TextControlDescriptor

Models the information required for building a simple text control into a user interface.

Namespace:
KpokPatagon.Data.DataAnnotations
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

Caption

Localized caption for the control.

Signature:
public String Caption { get; set; }

RequiredMessage

Localized message for warn about required data.

Signature:
public String RequiredMessage { get; set; }

StringLength

Maximum string length.

Signature:
public Int32 StringLength { get; set; }

StringLengthMessage

Localized message for warn about the string length constraint.

Signature:
public String StringLengthMessage { get; set; }