4 references to RangeAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
RangeAttributeAdapterTest.cs (3)
22var attribute = new RangeAttribute(typeof(decimal), "0", "100"); 52var attribute = new RangeAttribute(typeof(decimal), "0", "100"); 88var attribute = new RangeAttribute(typeof(decimal), "0", "100");
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (1)
99/// by the <c>type</c> parameter of the <see cref="RangeAttribute(Type, string, string)"/> constructor are carried