C# Class System.Configuration.SubclassTypeValidator

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
SubclassTypeValidator ( Type baseClass ) : System
Validate ( object value ) : void

Method Details

CanValidate() public méthode

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

SubclassTypeValidator() public méthode

public SubclassTypeValidator ( Type baseClass ) : System
baseClass System.Type
Résultat System

Validate() public méthode

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