NumberIncrementsAttribute Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the NumberIncrementsAttribute 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 | |
---|---|---|
NumberIncrementsAttribute() | Initializes a new instance of the NumberIncrementsAttribute class. | |
NumberIncrementsAttribute(array<KeyAttributePair<NumberIncrementsAttribute>[]) | Initializes a new instance of the NumberIncrementsAttribute class with the specified KeyAttributePair<T> instances. | |
NumberIncrementsAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>) | Initializes a new instance of the NumberIncrementsAttribute class with the specified increment values. | |
NumberIncrementsAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>, array<KeyAttributePair<NumberIncrementsAttribute>[]) | Initializes a new instance of the NumberIncrementsAttribute class with the specified parameters. |
Top