System.ComponentModel.DataAnnotations.ValidationResult
Represents a container for the results of a validation request.
Represents the success of the validation (true if validation was successful; otherwise, false).
Gets the error message for the validation.
Gets the collection of member names that indicate which fields have validation errors.
Initializes a new instance of the ValidationResult class by using an error message.
Initializes a new instance of the ValidationResult class by using an error message and a list of members that have validation errors.
Initializes a new instance of the ValidationResult class by using a ValidationResult object.