C# Class Enyim.Caching.Configuration.InterfaceValidator

Inheritance: System.Configuration.ConfigurationValidatorBase
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Public Methods

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

Method Details

CanValidate() public method

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

InterfaceValidator() public method

public InterfaceValidator ( Type type ) : System
type System.Type
return System

Validate() public method

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