The RegExValidator type exposes the following members.

Constructors

  Name Description
Public method RegExValidator
Constructor.

Methods

  Name Description
Public method GetValidationExpression()()()()
Gets validation expression.
Public method GetValidationExpression(RegExTypes)
Gets validation expression.
Protected method OnLoad
OnLoad overrides Control.OnLoad.
(Overrides Control..::..OnLoad(EventArgs).)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method FindControlRecursive
Recursively finds a child control by Id.
(Defined by ControlExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method HideWithCss
Hides a control via css display attribute.
(Defined by ControlExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method Select<(Of <<'(T>)>>)()()()() Overloaded. (Defined by ControlExtension.)
Public Extension Method Select<(Of <<'(T>)>>)(Predicate<(Of <<'(Control>)>>)) Overloaded.
Recursively search Control hierarcy for ALL controls that matches the given Predicate and returns them as T.
(Defined by ControlExtension.)
Public Extension Method SelectFirst<(Of <<'(T>)>>)()()()() Overloaded.
Recursively searches Control hierarchy for the first control that matches the type of T and returns it as T
(Defined by ControlExtension.)
Public Extension Method SelectFirst<(Of <<'(T>)>>)(Predicate<(Of <<'(Control>)>>)) Overloaded.
Recursively searches Control hierarchy for matches for Predicate and returns it as T.
(Defined by ControlExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method ShowWithCss
Displays a control via css display attribute.
(Defined by ControlExtension.)
Public Extension Method ToggleVisibilityWithCss
Toggles control visibility via CSS display attribute.
(Defined by ControlExtension.)

Fields

  Name Description
Public field Static member AllowedSymbols
Allowed Symbols.
Public field Static member Alpha
Alpha
Public field Static member AlphaAllowedSpecialChr
Alpha with allowed special characters
Public field Static member AlphaNumeric
Alpha Numeric
Public field Static member AlphaNumericAllowedSpecialChr
Alpha numeric with allowed special cahracters
Public field Static member AlphaNumericWithSymbols
Alpha Numeric with symbols
Public field Static member AlphaNumericWithSymbolsAllowedSpecialChr
Alpha numeric with symbols and allowed special characters
Public field Static member AlphaNumericWithSymbolsMicroSet
Alpha Numeric with symbols micro set
Public field Static member AlphaNumericWithSymbolsMicroSetNoSpaces
Alpha Numeric with symbols micro set but no spaces
Public field Static member AlphaWithSymbols
Alpha with symbols
Public field Static member AlphaWithSymbolsAllowedSpecialChr
Alpha with symbols and allowed special characters
Public field Static member DateRegEx
Date
Public field Static member DateTimeRegEx
Date time
Public field Static member DayRegEx
Day
Public field Static member EMail
Email
Public field Static member MonthRegEx
Month
Public field Static member Numeric
Numeric
Public field Static member NumericAllowedSpecialChr
Numeric with allowed special characters
Public field Static member NumericCharacters
Gets the numeric characters.
Public field Static member NumericWithSymbols
Numeric with symbols
Public field Static member NumericWithSymbolsAllowedSpecialChr
Numeric with symbols and allowed special characters
Public field Static member NumericWithSymbolsMicroSet
Numeric with symbols micro set
Public field Static member ShortTimeRegEx
Short time
Public field Static member TimeRegEx
Time
Public field Static member Url
Url
Public field Static member YearRegEx
Year

Properties

  Name Description
Public property Static member AlphaCharacters
Gets the alpha characters.
Public property DisplayRegEx
Gets or sets display regex type.
Public property LenParam
Gets or sets length parameter.
Public property MaxLength
Gets or sets maximum length.
Public property MinLength
Gets or sets minimum length.
Public property RegExDecimal
Gets or sets RegEx decimal expression.
Public property ValidationType
Gets or sets validation type.

See Also