1 write to Length
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\MinLengthAttribute.cs (1)
27
Length
= length;
6 references to Length
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
MinLengthAttributeAdapter.cs (2)
18
_min = Attribute.
Length
.ToString(CultureInfo.InvariantCulture);
38
Attribute.
Length
);
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonNodeSchemaExtensions.cs (1)
124
schema[targetKey] = minLengthAttribute.
Length
;
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\MinLengthAttribute.cs (3)
70
return length >=
Length
;
80
string.Format(CultureInfo.CurrentCulture, ErrorMessageString, name,
Length
);
88
if (
Length
< 0)