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
MinLength
public int MinLength { get; set; }
Property Value
Placeholder
public string Placeholder { get; set; }
Property Value
RefreshDelay
public bool RefreshDelay { get; }
Property Value
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]