Class FieldSchema
- Namespace
- MES.MQC.UtilityLibrary.Form.Models.Schema
- Assembly
- MES.MQC.UtilityLibrary.dll
- Inheritance
-
FieldSchema
- Inherited Members
-
Properties
public List<AugmentationAttribute> Augmentations { get; set; }
Property Value
- List<AugmentationAttribute>
public FieldAttributeBase Config { get; set; }
Property Value
- FieldAttributeBase
public FieldAttributeBase ConfigBeforeAugmentation { get; set; }
Property Value
- FieldAttributeBase
public bool IsGeneric { get; set; }
Property Value
- bool
public FormSchema this[int index] { get; }
Parameters
index int
Property Value
- FormSchema
public FieldSchema this[string fieldPath] { get; }
Parameters
fieldPath string
Property Value
- FieldSchema
public string Name { get; set; }
Property Value
- string
public bool RefreshOnModified { get; set; }
Property Value
- bool
public FormSchema Schema { get; set; }
Property Value
- FormSchema
public Dictionary<int, FormSchema> Schemas { get; set; }
Property Value
- Dictionary<int, FormSchema>
public string Type { get; set; }
Property Value
- string
public List<ValidationAttribute> Validations { get; set; }
Property Value
- List<ValidationAttribute>