Class ValidationResult
A ValidationResult is the result of call to ValidationRule.Validate
public class ValidationResult
- Inheritance
-
ValidationResult
Constructors
- ValidationResult(bool, object)
Constructor
Properties
- ErrorContent
Additional information regarding the cause of the invalid state of the binding that was just checked.
- IsValid
Whether or not the ValidationRule that was checked is valid.
- ValidResult
Returns a valid ValidationResult
Methods
- Equals(object)
By-value comparison of ValidationResult
- GetHashCode()
Hash function for ValidationResult
Operators
- operator ==(ValidationResult, ValidationResult)
Compares the parameters for value equality
- operator !=(ValidationResult, ValidationResult)
Compares the parameters for value inequality