Partager via


FileWritableValidator Members

Include Protected Members
Include Inherited Members

The FileWritableValidator type exposes the following members.

Constructors

  Name Description
Ff669277.pubmethod(en-us,PandP.50).gif FileWritableValidator

Methods

  Name Description
Ff669277.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff669277.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff669277.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff669277.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff669277.protmethod(en-us,PandP.50).gif InnerValidateCore
Validates whether fileName is a file that can be written to.
(Overrides FileValidator.InnerValidateCore(Property, String, IList<ValidationResult>).)
Ff669277.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff669277.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)
Ff669277.pubmethod(en-us,PandP.50).gif Validate
Validates value as part of the instance.
(Inherited from Validator.)
Ff669277.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
Ff669277.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.)
Ff669277.protproperty(en-us,PandP.50).gif ContextPath
Returns the path which should be used to validate relative paths.
(Inherited from FileValidator.)

See Also

FileWritableValidator Class

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