Table of Contents

Class FieldAttributeSimple

Namespace
MES.MQC.UtilityLibrary.Form.Attributes.Field
Assembly
MES.MQC.UtilityLibrary.dll
public class FieldAttributeSimple
Inheritance
FieldAttributeSimple
Inherited Members

Constructors

FieldAttributeSimple(FieldAttributeBase)

public FieldAttributeSimple(FieldAttributeBase fieldAttribute)

Parameters

fieldAttribute FieldAttributeBase

Properties

DefaultValue

public object DefaultValue { get; set; }

Property Value

object

Defaulting

public bool Defaulting { get; set; }

Property Value

bool

Disabled

public bool Disabled { get; set; }

Property Value

bool

Options

public string[] Options { get; set; }

Property Value

string[]

OptionsWithLabel

[JsonIgnore]
public OptionWithLabel[] OptionsWithLabel { get; set; }

Property Value

OptionWithLabel[]

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

Assign(FieldAttributeBase)

public void Assign(FieldAttributeBase fieldAttribute)

Parameters

fieldAttribute FieldAttributeBase