C# Class Enyim.Caching.Configuration.EndPointElement.IPAddressValidator

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

Public Methods

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

Private Methods

Method Description
IPAddressValidator ( ) : System

Method Details

CanValidate() public method

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

Validate() public method

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