WizardText Class

Wizard text class.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardText : WizardInput
Inheritance
Object    WizardControl    WizardInput    WizardText

Remarks

Input for string values.


Sets up the input string using these styles:

WizardTextStyle.Letters

WizardTextStyle.Abecedary

WizardTextStyle.AbecedaryAndNumbers

WizardTextStyle.Email

WizardTextStyle.RegularExpresion

WizardTextStyle.MaskEdit

WizardTextStyle.InvalidCharacters

WizardTextStyle.ValidCharacters

WizardTextStyle.Gps

WizardTextStyle.Url

WizardTextStyle.AccountingAccount

Constructors

WizardText Class constructor.
WizardText(WizardTextStyle) Class constructor.

Properties

Link Table from get data from or build expression .

Methods

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)

Fields

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.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also