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
Afficher le fichier Open project: simoneb/ak-f1-timing

Méthodes publiques

Méthode Description
CanValidate ( Type type ) : bool
Validate ( object value ) : void

Method Details

CanValidate() public méthode

public CanValidate ( Type type ) : bool
type System.Type
Résultat bool

Validate() public méthode

public Validate ( object value ) : void
value object
Résultat void