The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:
