|
ValidatorEntryTextComparerFull pathMadWidgets.Validation.ValidatorEntryTextComparer
Declarationpublic class ValidatorEntryTextComparer : ValidatorEntryComparer
HierarchyClick on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.ValidatorEntryTextComparer
OverviewThe 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. ConstructorsConstructorsValidatorEntryTextComparerpublic 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 |
||||||