Class InputAttribute
- Namespace
- MES.MQC.UtilityLibrary.Form.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
[AttributeUsage(AttributeTargets.Property)]
public class InputAttribute : FieldAttribute, _Attribute
- Inheritance
-
InputAttribute
- Implements
- Inherited Members
Properties
InputType
public InputType InputType { get; set; }
Property Value
MaxLength
public int MaxLength { get; set; }
Property Value
MinLength
public int MinLength { get; set; }
Property Value
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]