Class ModelStateTransferValue
- Namespace
- JJMasterData.Web.Models
- Assembly
- JJMasterData.Web.dll
public class ModelStateTransferValue
- Inheritance
-
ModelStateTransferValue
- Inherited Members
-
Properties
AttemptedValue
public required string? AttemptedValue { get; init; }
Property Value
- string
ErrorMessages
public List<string> ErrorMessages { get; init; }
Property Value
- List<string>
Key
public required string Key { get; init; }
Property Value
- string
RawValue
public required object? RawValue { get; init; }
Property Value
- object