C# Class System.Configuration.PositiveTimeSpanValidator

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

Public Methods

Method Description
CanValidate ( Type type ) : bool
Validate ( object value ) : void

Method Details

CanValidate() public method

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

Validate() public method

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