PropertyComparisonValidator 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 PropertyComparisonValidator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyComparisonValidator | Overloaded. |
Methods
Name | Description | |
---|---|---|
DoValidate |
Validates by comparing objectToValidate with the result of extracting a value from currentTarget usign the configured ValueAccess() using the configured ComparisonOperator().
(Inherited from ValueAccessComparisonValidator.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMessage |
Gets the message representing a failed validation.
(Inherited from Validator.) |
|
GetType | (Inherited from Object.) | |
LogValidationResult | Overloaded. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Overloaded. |
Properties
Name | Description | |
---|---|---|
DefaultMessageTemplate |
Gets the default message template for de validator.
(Inherited from ValueValidator.) |
|
DefaultNegatedMessageTemplate |
Gets the Default Message Template when the validator is negated.
(Inherited from ValueAccessComparisonValidator.) |
|
DefaultNonNegatedMessageTemplate |
Gets the Default Message Template when the validator is non negated.
(Inherited from ValueAccessComparisonValidator.) |
|
MessageTemplate |
Gets or sets the message template to use when logging results.
(Inherited from Validator.) |
|
Negated |
Gets the indication of negated validation logic.
(Inherited from ValueValidator.) |
|
Tag |
Gets a value characterizing the logged result.
(Inherited from Validator.) |
See Also
PropertyComparisonValidator Class
Microsoft.Practices.EnterpriseLibrary.Validation.Validators 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. |