4 references to ValidationResult
System.ComponentModel.DataAnnotations (4)
DataAnnotations\CompareAttribute.cs (2)
41return new ValidationResult(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.CompareAttribute_UnknownProperty, OtherProperty)); 49return new ValidationResult(FormatErrorMessage(validationContext.DisplayName));
DataAnnotations\CustomValidationAttribute.cs (1)
138return new ValidationResult(String.Format(CultureInfo.CurrentCulture, Resources.DataAnnotationsResources.CustomValidationAttribute_Type_Conversion_Failed,
DataAnnotations\ValidationException.cs (1)
35this._validationResult = new ValidationResult(this.Message);