Class ControlListEditorValidate
Inherited Members
Namespace: DataWeb.Data
Assembly: DataWeb.Core.dll
Syntax
public class ControlListEditorValidate
Properties
ControlValues
Declaration
[JsonConverter(typeof(ListProvidedValueJsonConverter))]
public List<Form.ProvidedValue> ControlValues { get; set; }
Property Value
Type | Description |
---|---|
List<Form.ProvidedValue> |
FullName
Declaration
[Required(ErrorMessage = "FullName is required")]
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
string |