NumberRangesAttribute Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the NumberRangesAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
NumberRangesAttribute() | Initializes a new instance of the NumberRangesAttribute class. | |
NumberRangesAttribute(array<KeyAttributePair<NumberRangesAttribute>[]) | Initializes a new instance of the NumberRangesAttribute class with the specified KeyAttributePair<T> instances. | |
NumberRangesAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>) | Initializes a new instance of the NumberRangesAttribute class with the specified hard and soft limit values. | |
NumberRangesAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>, array<KeyAttributePair<NumberRangesAttribute>[]) | Initializes a new instance of the NumberRangesAttribute class. |
Top