C# Class Enyim.Caching.Configuration.InterfaceValidator

Inheritance: System.Configuration.ConfigurationValidatorBase
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes publiques

Méthode Description
CanValidate ( Type type ) : bool
InterfaceValidator ( Type type ) : System
Validate ( object value ) : void

Method Details

CanValidate() public méthode

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

InterfaceValidator() public méthode

public InterfaceValidator ( Type type ) : System
type System.Type
Résultat System

Validate() public méthode

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