ValidationChoice |
Validates that the value pass in at least one of the given validators. |
ValidationCombo |
Combines two or more validator objects into one. This validates with all the
inserted validators and stops at the first error, return the message of the
validator that went wrong. |
ValidationKey |
Represents a specific field in a set. To be used inside a ValidatorValue,
representing a property in the object being validated instead of raw immediate
value. |
ValidationSet |
A set of validation rules to be checked at the same input set. |
ValidationValue |
This class can be used as a validation rule in a set to use the fields from the
object being validate as an input to the constructor of a validator. This
delegates the proper construction of the validation until there are an object to
validate. |
Validator |
The base for validation classes. |