Table of Contents

Class TextareaAttribute

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

Properties

MaxLength

public int MaxLength { get; set; }

Property Value

int

MaxRows

public int MaxRows { get; set; }

Property Value

int

MinRows

public int MinRows { get; set; }

Property Value

int

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]