4 references to
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\AsyncValidationAttribute.cs (1)
27
:
base
(errorMessage)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
15
public CompareAttribute(string otherProperty) :
base
(SR.CompareAttribute_MustMatch)
System\ComponentModel\DataAnnotations\LengthAttribute.cs (1)
17
:
base
(SR.LengthAttribute_ValidationError)
System\ComponentModel\DataAnnotations\MinLengthAttribute.cs (1)
25
:
base
(SR.MinLengthAttribute_ValidationError)