Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Classes
Class | Description | |
---|---|---|
ApplicationConfigurationFileValidationAttribute |
Represents the validation for the application configuration file.
|
|
AssertRangeAttribute |
Specifies a property or event will be validated on a specific range.
|
|
CustomAttributesValidationAttribute |
Validates the attributes for a custom provider.
|
|
DenyRangeAttribute |
Specifies a property or event will be validated on a specific range and make sure that the value is outside that range.
|
|
FileValidationAttribute |
Validates that a file can be created or is writable.
RemarksThis validation assumes that the property is a file. |
|
MaximumLengthAttribute |
Specifies a property or event will be validated on a specific maximum length.
|
|
MinimumLengthAttribute |
Specifies a property or event will be validated on a specific minimum length.
|
|
ProtectionProviderValidationAttribute | ||
RegexAttribute |
Specifies a property or event that is validated based on a regular expression.
|
|
RequiredAttribute |
Specifies a property or event that is required.
|
|
TypeValidationAttribute |
Specifies a type name should be validated to ensure that it is a valid Type.
|
|
UniqueNameAttribute |
Validate that each instance of a Type has a unique name.
|
|
ValidationAttribute |
Represents an attribute that will validate a property or field. The class is abstract.
|
|
ValidationError |
Collects information relevant to a warning or error returned by validation.
|
Enumerations
Enumeration | Description | |
---|---|---|
RangeBoundaryType |
A value describing the boundary conditions for a range.
|
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |