Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Whalin
Caching
Configuration
InterfaceValidator
C# Class Whalin.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