C# Class System.Configuration.RegexStringValidator

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
RegexStringValidator ( string regex ) : System
Validate ( object value ) : void

Method Details

CanValidate() public méthode

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

RegexStringValidator() public méthode

public RegexStringValidator ( string regex ) : System
regex string
Résultat System

Validate() public méthode

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