Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
AK
F1
Timing
Service
Configuration
Impl
Validation
DirectoryPathValidator
C# Class AK.F1.Timing.Service.Configuration.Impl.Validation.DirectoryPathValidator
Validates that a configuration property is a well formed directory path. This class cannot be inherited.
Inheritance:
System.Configuration.ConfigurationValidatorBase
显示文件
Open project: simoneb/ak-f1-timing
Public Methods
Method
Description
CanValidate
(
Type
type
) :
bool
Validate
(
object
value
) :
void
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