Version

Validation Class Members

The following tables list the members exposed by Validation.

Public Properties
 NameDescription
Public PropertyErrorsReturns a collection of ValidationResult instances, each of which describes the result of a failed validation.  
Public PropertyIsValidReturns a Boolean indicating whether all individual validations associated with this instance succeeded.  
Public PropertyResultsReturns a collection of ValidationResult instances, each describing the result of an individual validation.  
Public PropertyTriggerReturns a ValidationTrigger constant which describes how the validation was triggered.  
See Also