Show / Hide Table of Contents

Class DirectoryPathValidator

Defines a validator class for validating directory paths.

Inheritance
System.Object
PathValidator
DirectoryPathValidator
Implements
IStringValidator
IValidator<System.String>
Inherited Members
PathValidator.IsValidDirectoryName(String)
PathValidator.IsValidFileName(String)
PathValidator.IsValidPath(String, PathValidator.PathType)
PathValidator.m_errorMessage
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Validation
Assembly: Juhta.Net.Validation.dll
Syntax
public class DirectoryPathValidator : PathValidator, IStringValidator, IValidator<string>

Constructors

| Improve this Doc View Source

DirectoryPathValidator()

Initializes a new instance.

Declaration
public DirectoryPathValidator()
| Improve this Doc View Source

DirectoryPathValidator(ErrorMessage)

Initializes a new instance.

Declaration
public DirectoryPathValidator(ErrorMessage errorMessage)
Parameters
Type Name Description
ErrorMessage errorMessage

Specifies an error message to associate with the instance.

Methods

| Improve this Doc View Source

Validate(String)

See Validate(T).

Declaration
public void Validate(string value)
Parameters
Type Name Description
System.String value

Implements

IStringValidator
IValidator<T>
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX