public class IntegerRule : RuleBase| IntegerRule | Initializes a new instance of the IntegerRule class. |
| Max | Maximum value. The default is 2,147,483,647. |
| Min | Minimum value. The default is -2,147,483,648. |
| Rqd | Indicates if a value is required. The default is . |
| Validate | Performs validation checks on a value. (Overrides RuleBaseValidate(Object, CultureInfo)) |