Version

ComparisonCondition Class Members

The following tables list the members exposed by ComparisonCondition.

Public Constructors
 NameDescription
Public ConstructorComparisonCondition Constructor  
Public Properties
 NameDescription
Public PropertyCaseSensitiveGets / sets if the filter that will be built from this term will be case sensitive.  
Public PropertyFilterValueGets / sets the value that will be used to build the filter.  
Public PropertyOperatorGets / sets the ComparisonCondition that should be applied.  
Public PropertyParentThe IRecordFilter object that ultimately is the parent of this object. (Inherited from Infragistics.ComparisonConditionBase)
Protected Methods
 NameDescription
Protected MethodGetCurrentExpressionOverloaded. Overridden. Generates the current expression for this ComparisonConditionBase using the inputted context.  
Protected MethodOnPropertyChangedRaises the PropertyChanged event. (Inherited from Infragistics.ComparisonConditionBase)
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property on this object changes. (Inherited from Infragistics.ComparisonConditionBase)
See Also