Table of Contents

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

InputType

MaxLength

public int MaxLength { get; set; }

Property Value

int

MinLength

public int MinLength { get; set; }

Property Value

int

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]