C# Class System.Configuration.TimeSpanValidator

Inheritance: ConfigurationValidatorBase
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CanValidate ( Type type ) : bool
TimeSpanValidator ( System.TimeSpan minValue, System.TimeSpan maxValue ) : System
TimeSpanValidator ( System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive ) : System
TimeSpanValidator ( System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds ) : System
Validate ( object value ) : void

Method Details

CanValidate() public method

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

TimeSpanValidator() public method

public TimeSpanValidator ( System.TimeSpan minValue, System.TimeSpan maxValue ) : System
minValue System.TimeSpan
maxValue System.TimeSpan
return System

TimeSpanValidator() public method

public TimeSpanValidator ( System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive ) : System
minValue System.TimeSpan
maxValue System.TimeSpan
rangeIsExclusive bool
return System

TimeSpanValidator() public method

public TimeSpanValidator ( System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds ) : System
minValue System.TimeSpan
maxValue System.TimeSpan
rangeIsExclusive bool
resolutionInSeconds long
return System

Validate() public method

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