Partager via


FilePathValidator Members

Include Protected Members
Include Inherited Members

The FilePathValidator type exposes the following members.

Constructors

  Name Description
Ff668317.pubmethod(en-us,PandP.50).gif FilePathValidator
Initializes a new instance of FilePathValidator.

Methods

  Name Description
Ff668317.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff668317.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff668317.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff668317.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff668317.protmethod(en-us,PandP.50).gif InnerValidateCore
Validates whether fileName is an existing file.
(Overrides FileValidator.InnerValidateCore(Property, String, IList<ValidationResult>).)
Ff668317.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff668317.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)
Ff668317.pubmethod(en-us,PandP.50).gif Validate
Validates value as part of the instance.
(Inherited from Validator.)
Ff668317.protmethod(en-us,PandP.50).gif ValidateCore
Validates whether value is a valid file path then calls InnerValidateCore(Property, String, IList<ValidationResult>) passing a rooted file path.
(Inherited from FileValidator.)

Properties

  Name Description
Ff668317.pubproperty(en-us,PandP.50).gif ApplicationModel
Gets or sets the IApplicationModel that is used to obtain contextual information used for validation.
(Inherited from FileValidator.)
Ff668317.protproperty(en-us,PandP.50).gif ContextPath
Returns the path which should be used to validate relative paths.
(Inherited from FileValidator.)

See Also

FilePathValidator Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace