ValidationAttribute Members
Include Protected Members
Include Inherited Members
The ValidationAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationAttribute | Overloaded. |
Methods
Name | Description | |
---|---|---|
CreateValidator |
Creates a validator objects. This is expected to return a Validator type from the Microsoft.Practices.EnterpriseLibrary.Configuration.Design namespace.
|
|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
TypeId |
When implemented in a derived class, gets a unique identifier for this Attribute.
(Overrides Attribute.TypeId.) |
|
ValidatorType |
Retrieves the validator Type.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.Validation Namespace