Featured On ...

asp.net

totalasp.co.uk

fuzzysoftware.com

devdex.com

123aspx.com

dotnetfreaks.com

411asp.net

and more ...

ValidatorEntryTextComparer

Full path

MadWidgets.Validation.ValidatorEntryTextComparer

Declaration

public class ValidatorEntryTextComparer : ValidatorEntryComparer

Hierarchy

Click on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.

ValidatorEntryTextComparer

Overview

The ValidatorEntryTextComparer class is used to validate the comparison of the textual values between two related objects (e.g. form fields).

The comparison between the two objects is determined by the ComparisonMethod constant supplied to the constructor although only the EqualTo and NotEqualTo options available in this enumeration are likely to only make any sense.

Constructors


Constructors

ValidatorEntryTextComparer

public ValidatorEntryTextComparer(object o1, object o2, ComparisonMethod cm, string sMessage, string sHighlightElement, bool bCaseInsensitive)

Creates a ValidatorEntryTextComparer based on the two input objects o1 and o2 and a compare method together with a message, a client-side highlight element signature and a boolean indicating whether the comparison should be case sensitive or not.

© 2002 - 2008 Copyright, Disclaimer and Privacy Statement