C# Class System.Configuration.IntegerValidator

Inheritance: ConfigurationValidatorBase
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Method Details

CanValidate() public method

public CanValidate ( Type type ) : bool
type Type
return bool

IntegerValidator() public method

public IntegerValidator ( int minValue, int maxValue ) : System
minValue int
maxValue int
return System

IntegerValidator() public method

public IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive ) : System
minValue int
maxValue int
rangeIsExclusive bool
return System

IntegerValidator() public method

public IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive, int resolution ) : System
minValue int
maxValue int
rangeIsExclusive bool
resolution int
return System

Validate() public method

public Validate ( object value ) : void
value object
return void