Table of Contents

Class TextAttributeBase

Namespace
MES.MQC.UtilityLibrary.Form.Attributes.Field
Assembly
MES.MQC.UtilityLibrary.dll
public abstract class TextAttributeBase : FieldAttributeBase, _Attribute, IFieldAttribute
Inheritance
TextAttributeBase
Implements
Derived
Inherited Members

Properties

MaxLength

public int MaxLength { get; set; }

Property Value

int

MinLength

public int MinLength { get; set; }

Property Value

int

Placeholder

public string Placeholder { get; set; }

Property Value

string

RefreshDelay

public bool RefreshDelay { get; }

Property Value

bool

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]