FormValidator Members

HttpServer.dll

The FormValidator type exposes the following members.

Constructors

  NameDescription
FormValidatorOverloaded.

Methods

  NameDescription
AlphaNumericOverloaded.
BooleanOverloaded.
CharOverloaded.
DigitsOverloaded.
EmailOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FormatOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HexOverloaded.
IntegerOverloaded.
LettersOverloaded.
LettersExtra
Validate that a string consists of only letters (a-z and A-Z)
LettersOrDigitsOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PasswordOverloaded.
RequiredOverloaded.
SetDefaultMgr
Set default language.
(Inherited from Validator.)
SetFormOverloaded.
StringOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
_errors
A list with all errors found.
(Inherited from Validator.)
_modelLang
Language translation for all "name" parameters.
(Inherited from Validator.)
_validatorLang
Language for the validator (i.e. "Field {0} is required.")
(Inherited from Validator.)

Properties

  NameDescription
ContainsErrors
true of validation generated errors.
(Inherited from Validator.)
Errors
Collection of validation errors.
(Inherited from Validator.)

See Also