PropertyValidatorInt Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the PropertyValidatorInt 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 | |
---|---|---|
PropertyValidatorInt() | Initializes a new instance of the PropertyValidatorInt class. | |
PropertyValidatorInt(array<Int32[]) | Initializes a new instance of the PropertyValidatorInt class by using the provided array of valid values. | |
PropertyValidatorInt(Boolean, array<Int32[]) | Initializes a new instance of the PropertyValidatorInt class by using the provided values. | |
PropertyValidatorInt(Boolean, Int32, Int32) | ||
PropertyValidatorInt(Boolean, Boolean, Int32, Int32) |
Top