C# Class System.Configuration.RegexStringValidator

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

Public Methods

Method Description
CanValidate ( Type type ) : bool
RegexStringValidator ( string regex ) : System
Validate ( object value ) : void

Method Details

CanValidate() public method

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

RegexStringValidator() public method

public RegexStringValidator ( string regex ) : System
regex string
return System

Validate() public method

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