| Address1 |
This class provides an example of using GroupSequences where you can
organize validation groups into a sequence which will short circuit
once one of the groups fails.
|
| Address2 |
This class provides an example of using GroupSequences where you can
organize validation groups into a sequence which will short circuit
once one of the groups fails.
|
| Book |
This class provides an example of using an XML descriptor to define
constraints
|
| CityStateOrZip |
Defines a type constraint annotation for expressing an address must have
either city&state or zip code expressed.
|
| MinAge |
Defines a constraint annotation for expressing a minimum age.
|
| MinAge.List |
Defines an array of annotations so that more than one can be applied.
|
| Person |
This class provides an example of several of the pre-defined constraints
supplied within the validation API
|
| Purchase |
|
| PurchaseItem |
|
| ValidName |
Defines a validation composition
|