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