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

Classes

  Class Description
Ee779302.pubclass(en-us,PandP.50).gif ElementReferenceValidator
A PropertyValidator class that is used to validate ElementReferenceProperty values.
Ee779302.pubclass(en-us,PandP.50).gif ElementValidationResult
Represents a validation result associated with an instance of ElementViewModel.
Ee779302.pubclass(en-us,PandP.50).gif FilePathExistsValidator
A FileValidator class that validates whether the value is a file in an existing directory.
Ee779302.pubclass(en-us,PandP.50).gif FilePathValidator
A FileValidator class that validates whether the value is an existing file.
Ee779302.pubclass(en-us,PandP.50).gif FileValidator
A FileValidator instance that validates whether the value is an existing file.
Ee779302.pubclass(en-us,PandP.50).gif FileWritableValidator
A FileValidator class that validates whether the value is a file that can be written to.
Ee779302.pubclass(en-us,PandP.50).gif NameValueCollectionValidator
A validator class that validates whether a Property's Value is a valid NameValueCollection.
Ee779302.pubclass(en-us,PandP.50).gif PropertyValidationResult
Validation result associated with a specific Property instance.
Ee779302.pubclass(en-us,PandP.50).gif PropertyValidator
Base class for Validators that validate Property values in the designer.
Ee779302.pubclass(en-us,PandP.50).gif RequiredFieldValidator
A PropertyValidator class that validates whether a required value is not empty.
Ee779302.pubclass(en-us,PandP.50).gif TypeValidator
A PropertyValidator class that validates whether a Type can be resolved from the value.
Ee779302.pubclass(en-us,PandP.50).gif ValidationResult
Collects information relevant to a warning or error returned by validation.
Ee779302.pubclass(en-us,PandP.50).gif Validator
A baseclass for Validators used in the configuration designer.