The Gallio.Common.Validation namespace provides a simple data validation framework
intended to be used to verify the integrity of data that has been deserialized
from Xml or other sources that lack strong built-in integrity constraints.
Classes
| Class | Description | |
|---|---|---|
| ValidationException |
An exception that expresses a data validation error.
| |
| ValidationUtils |
Validation utilities.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IValidatable |
Provides a method that may be called by client code to validate that the content
of an object is well-formed.
|
