RangeAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the RangeAttribute class.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
| Name | Description | |
|---|---|---|
![]() | RangeAttribute(Double, Double) | Initializes a new instance of the RangeAttribute class by using the specified minimum and maximum values. |
![]() | RangeAttribute(Int32, Int32) | Initializes a new instance of the RangeAttribute class by using the specified minimum and maximum values. |
![]() | RangeAttribute(Type, String, String) | Initializes a new instance of the RangeAttribute class by using the specified minimum and maximum values and the specific type. |
Show:
