FileWritableValidator Members
Include Protected Members
Include Inherited Members
The FileWritableValidator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileWritableValidator |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InnerValidateCore |
Validates whether fileName is a file that can be written to.
(Overrides FileValidator.InnerValidateCore(Property, String, IList<ValidationResult>).) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate |
Validates value as part of the instance.
(Inherited from Validator.) |
|
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 | |
---|---|---|
ApplicationModel |
Gets or sets the IApplicationModel that is used to obtain contextual information used for validation.
(Inherited from FileValidator.) |
|
ContextPath |
Returns the path which should be used to validate relative paths.
(Inherited from FileValidator.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace