Share via


RangeValidator<T>.DoValidate Method

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.

Overload List

  Name Description
Protected method DoValidate(Object, Object, String, ValidationResults)
Implements the validation logic for the receiver.
(Inherited from Validator<T>.)
Protected method DoValidate(T, Object, String, ValidationResults)
Validates by comparing objectToValidate with the constraints specified for the validator.
(Overrides Validator<T>.DoValidate(Object, Object, String, ValidationResults).)

See Also

RangeValidator<T> Class

RangeValidator<T> Members

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.