Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Enyim
Caching
Configuration
InterfaceValidator
C# 클래스 Enyim.Caching.Configuration.InterfaceValidator
상속:
System.Configuration.ConfigurationValidatorBase
파일 보기
프로젝트 열기: xianrendzw/LightFramework.Net
공개 메소드들
메소드
설명
CanValidate
(
Type
type
) :
bool
InterfaceValidator
(
Type
type
) :
System
Validate
(
object
value
) :
void
메소드 상세
CanValidate()
공개
메소드
public
CanValidate
(
Type
type
) :
bool
type
System.Type
리턴
bool
InterfaceValidator()
공개
메소드
public
InterfaceValidator
(
Type
type
) :
System
type
System.Type
리턴
System
Validate()
공개
메소드
public
Validate
(
object
value
) :
void
value
object
리턴
void