Class FieldAttributeSimple
- Namespace
- MES.MQC.UtilityLibrary.Form.Attributes.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
public class FieldAttributeSimple
- Inheritance
-
FieldAttributeSimple
- Inherited Members
-
Constructors
public FieldAttributeSimple(FieldAttributeBase fieldAttribute)
Parameters
fieldAttribute FieldAttributeBase
Properties
public object DefaultValue { get; set; }
Property Value
- object
public bool Defaulting { get; set; }
Property Value
- bool
public bool Disabled { get; set; }
Property Value
- bool
public string[] Options { get; set; }
Property Value
- string[]
[JsonIgnore]
public OptionWithLabel[] OptionsWithLabel { get; set; }
Property Value
- OptionWithLabel[]
public bool Visible { get; set; }
Property Value
- bool
Methods
public void Assign(FieldAttributeBase fieldAttribute)
Parameters
fieldAttribute FieldAttributeBase