C# Class System.Configuration.IntegerValidator

Inheritance: ConfigurationValidatorBase
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CanValidate ( Type type ) : bool
type Type
Résultat bool

IntegerValidator() public méthode

public IntegerValidator ( int minValue, int maxValue ) : System
minValue int
maxValue int
Résultat System

IntegerValidator() public méthode

public IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive ) : System
minValue int
maxValue int
rangeIsExclusive bool
Résultat System

IntegerValidator() public méthode

public IntegerValidator ( int minValue, int maxValue, bool rangeIsExclusive, int resolution ) : System
minValue int
maxValue int
rangeIsExclusive bool
resolution int
Résultat System

Validate() public méthode

public Validate ( object value ) : void
value object
Résultat void