GenericValidatorWrapper<T> Members
Include Protected Members
Include Inherited Members
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. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The GenericValidatorWrapper<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GenericValidatorWrapper<T> |
Initializes a new instance of the GenericValidatorWrapper<T> class
|
Methods
Name | Description | |
---|---|---|
DoValidate(Object, Object, String, ValidationResults) |
Implements the validation logic for the receiver.
(Inherited from Validator<T>.) |
|
DoValidate(T, Object, String, ValidationResults) | ||
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetMessage |
Gets the message representing a failed validation.
(Inherited from Validator.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
LogValidationResult(ValidationResults, String, Object, String) |
Logs a validation result to validationResults.
(Inherited from Validator.) |
|
LogValidationResult(ValidationResults, String, Object, String, IEnumerable<ValidationResult>) |
Logs a validation result to validationResults.
(Inherited from Validator.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) | |
Validate(Object) |
Applies the validation logic represented by the receiver on an object, returning the validation results.
(Inherited from Validator.) |
|
Validate(T) |
Applies the validation logic represented by the receiver on an instance of T, returning the validation results.
(Inherited from Validator<T>.) |
|
Validate(Object, ValidationResults) |
Applies the validation logic represented by the receiver on an object, adding the validation results to validationResults.
(Inherited from Validator.) |
|
Validate(T, ValidationResults) |
Applies the validation logic represented by the receiver on an instance of T, adding the validation results to validationResults.
(Inherited from Validator<T>.) |
Properties
Name | Description | |
---|---|---|
DefaultMessageTemplate |
Gets the message template to use when logging results no message is supplied.
(Overrides Validator.DefaultMessageTemplate.) |
|
MessageTemplate |
Gets or sets the message template to use when logging results.
(Inherited from Validator.) |
|
Tag |
Gets a value characterizing the logged result.
(Inherited from Validator.) |
|
WrappedValidator |
Returns the validator wrapped by GenericValidatorWrapper<T>
|
See Also
GenericValidatorWrapper<T> Class
Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace