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