The following tables list the members exposed by Validation.
Name | Description | |
---|---|---|
![]() | Errors | Returns a collection of ValidationResult instances, each of which describes the result of a failed validation. |
![]() | IsValid | Returns a Boolean indicating whether all individual validations associated with this instance succeeded. |
![]() | Results | Returns a collection of ValidationResult instances, each describing the result of an individual validation. |
![]() | Trigger | Returns a ValidationTrigger constant which describes how the validation was triggered. |