Validator - Parametric/Simple.Validation GitHub Wiki
Method | Description |
---|---|
SetValidationProvider | Registers the source of validators with Validator |
Validate | Returns a list of ValidationResults for the specified object and rules sets |
Enforce | Calls Validate() and raises a ValidationException if an ValidationResults are found with a severity of Error. If not errors are found, it returns the results of Validate() |