Method | Description | |
---|---|---|
CanValidate ( Type type ) : bool | ||
IntegerValidator ( int minValue, int maxValue ) : System | ||
IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive ) : System | ||
IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive, int resolution ) : System | ||
Validate ( object value ) : void |
public IntegerValidator ( int minValue, int maxValue ) : System | ||
minValue | int | |
maxValue | int | |
return | System |
public IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive ) : System | ||
minValue | int | |
maxValue | int | |
rangeIsExclusive | bool | |
return | System |
public IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive, int resolution ) : System | ||
minValue | int | |
maxValue | int | |
rangeIsExclusive | bool | |
resolution | int | |
return | System |