public class WizardText : WizardInputPublic Class WizardText
Inherits WizardInputInput for string values.
WizardTextStyle.Letters
WizardTextStyle.Abecedary
WizardTextStyle.AbecedaryAndNumbers
WizardTextStyle.Email
WizardTextStyle.RegularExpresion
WizardTextStyle.MaskEdit
WizardTextStyle.InvalidCharacters
WizardTextStyle.ValidCharacters
WizardTextStyle.Gps
WizardTextStyle.Url
WizardTextStyle.AccountingAccount
| WizardText | Class constructor. |
| WizardText(WizardTextStyle) | Class constructor. |
| Link | Table from get data from or build expression . |
| SetLink(WizardConditionLink) | Adds a table or tables to build an expression to get data. |
| SetLink(WizardTableLink) | Adds a table to get data from. |
| ToString |
Converts control settings into String.
(Overrides WizardInputToString) |
| IsPassword | If converts the field in a password field using '*' instead of flat text. |
| Length | Maximun length admitted. |
| Rows | Number of lines. |
| Style | Input for string values. |
| TextWidth | Width for description of the field. |
| Width | Width of the control. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |