Class FormFieldSchema
- Namespace
- MES.MQC.UtilityLibrary.Form
- Assembly
- MES.MQC.UtilityLibrary.dll
public class FormFieldSchema
- Inheritance
-
FormFieldSchema
- Inherited Members
-
Properties
public FieldAttribute Config { get; set; }
Property Value
- FieldAttribute
public object Default { get; set; }
Property Value
- object
public string Name { get; set; }
Property Value
- string
[JsonIgnore]
public int Order { get; set; }
Property Value
- int
public bool Required { 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