3 references to ValidationResult
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
41
return new
ValidationResult
(SR.Format(SR.CompareAttribute_UnknownProperty, OtherProperty));
System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs (1)
150
return new
ValidationResult
(SR.Format(SR.CustomValidationAttribute_Type_Conversion_Failed,
System\ComponentModel\DataAnnotations\ValidationException.cs (1)
97
_validationResult ??= new
ValidationResult
(Message);