1 write to Length
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MinLengthAttribute.cs (1)
26
Length
= length;
3 references to Length
System.ComponentModel.DataAnnotations (3)
DataAnnotations\MinLengthAttribute.cs (3)
59
return length >=
Length
;
69
return string.Format(CultureInfo.CurrentCulture, ErrorMessageString, name,
Length
);
77
if (
Length
< 0) {