ValueAccessComparisonValidator Members

Include Protected Members
Include Inherited Members

The ValueAccessComparisonValidator type exposes the following members.

Constructors

  Name Description
Ee744843.pubmethod(en-us,PandP.50).gif ValueAccessComparisonValidator Overloaded.

Methods

  Name Description
Ee744843.pubmethod(en-us,PandP.50).gif DoValidate
Validates by comparing objectToValidate with the result of extracting a value from currentTarget usign the configured ValueAccess using the configured ComparisonOperator.
(Overrides Validator.DoValidate(Object, Object, String, ValidationResults).)
Ee744843.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ee744843.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ee744843.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ee744843.protmethod(en-us,PandP.50).gif GetMessage
Gets the message representing a failed validation.
(Inherited from Validator.)
Ee744843.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ee744843.protmethod(en-us,PandP.50).gif LogValidationResult Overloaded.
Ee744843.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ee744843.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)
Ee744843.pubmethod(en-us,PandP.50).gif Validate Overloaded.

Properties

  Name Description
Ee744843.pubproperty(en-us,PandP.50).gif ComparisonOperator
How are the values compared?
Ee744843.protproperty(en-us,PandP.50).gif DefaultMessageTemplate
Gets the default message template for de validator.
(Inherited from ValueValidator.)
Ee744843.protproperty(en-us,PandP.50).gif DefaultNegatedMessageTemplate
Gets the Default Message Template when the validator is negated.
(Overrides ValueValidator.DefaultNegatedMessageTemplate.)
Ee744843.protproperty(en-us,PandP.50).gif DefaultNonNegatedMessageTemplate
Gets the Default Message Template when the validator is non negated.
(Overrides ValueValidator.DefaultNonNegatedMessageTemplate.)
Ee744843.pubproperty(en-us,PandP.50).gif MessageTemplate
Gets or sets the message template to use when logging results.
(Inherited from Validator.)
Ee744843.pubproperty(en-us,PandP.50).gif Negated
Gets the indication of negated validation logic.
(Inherited from ValueValidator.)
Ee744843.pubproperty(en-us,PandP.50).gif Tag
Gets a value characterizing the logged result.
(Inherited from Validator.)
Ee744843.pubproperty(en-us,PandP.50).gif ValueAccess
Object used to access target value.

See Also

ValueAccessComparisonValidator Class

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace