Table of Contents

Class SwitchAttribute

Namespace
MES.MQC.UtilityLibrary.Form.Field
Assembly
MES.MQC.UtilityLibrary.dll
[AttributeUsage(AttributeTargets.Property)]
public class SwitchAttribute : FieldAttribute, _Attribute
Inheritance
SwitchAttribute
Implements
Inherited Members

Properties

CheckedIcon

public string CheckedIcon { get; set; }

Property Value

string

CheckedTooltip

public string CheckedTooltip { get; set; }

Property Value

string

SuccessDangerColoring

public bool SuccessDangerColoring { get; set; }

Property Value

bool

UncheckedIcon

public string UncheckedIcon { get; set; }

Property Value

string

UncheckedTooltip

public string UncheckedTooltip { get; set; }

Property Value

string

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]