WizardTextStyle Class

Wizard text style class.

Definition

Namespace: Aliquo.Windows.Wizard.Styles
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardTextStyle
Inheritance
Object    WizardTextStyle

Remarks

Styles for text controls.

Properties

Abecedary Only letters from alphabet are allowed.
AbecedaryAndNumbers Letters from alphabet and numbers are allowed.
Email Only a valid email address format is allowed.
Gps Only a valid GPS format is allowed.
Letters Only letters numbers and some characters are allowed.
Style Allows to set the style for the control.
Url Only a valid Url format is allowed.

Methods

AccountingAccount Only characters valid of a accounting account (0123456789) and the dot with autocomplete (0123456789.).
InvalidCharacters Characters in invalidCharacters are not valid.
MaskEdit Formats entry input following the mask.
RegularExpresion Checks if the value matchs the regular expression indicated in regularExpression.
ValidCharacters Only a valid accounting account.

Extension Methods

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

See Also