Header Text Coming Soon! You can Contact Us below anytime!
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:SpiderMaster.Net.Validation"]
Types
| All Types | Classes |
Interfaces |
| Name | Description | |
|---|---|---|
|
|
IValidationResult |
Validation result
|
|
|
IValidationResults | |
|
|
IValidator |
Interface for a validator that supports both stateful and non-stateful
validation.
|
|
|
IValidatorNonStateful |
Interface for a validator that does not store any stateful instance data.
This allows for the entire validation to be done in one method.
|
|
|
IValidatorStateful |
Interface for a class that can serve as a validator.
This interface is stateful which means it stores the last validation result,
the object being validated.
|
|
|
ValidationEvent |
Encapsulate all the various inputs for performing validation on an object.
|
|
|
ValidationResults |
Stores validation results.
|