Interfaces
 InterfaceDescription
 IValidator IValidator defines all properties and methods for a validator Object.
Classes
 ClassDescription
 DateValidator DateValidator is used to test if a string is a date.
 EmailValidator EmailValidator is used to test if a String is format as an email.
 FieldLengthValidator FieldLengthValidator is used to test if a String source or container Array length match the specified range.
 FieldMatchValidator FieldMatchValidator is used to test if 2 input fields have the same value.