C# 클래스 System.Configuration.IntegerValidator

상속: ConfigurationValidatorBase
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CanValidate() 공개 메소드

public CanValidate ( Type type ) : bool
type Type
리턴 bool

IntegerValidator() 공개 메소드

public IntegerValidator ( int minValue, int maxValue ) : System
minValue int
maxValue int
리턴 System

IntegerValidator() 공개 메소드

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

IntegerValidator() 공개 메소드

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

Validate() 공개 메소드

public Validate ( object value ) : void
value object
리턴 void