Version

DateHierarchyFilterOperand Class Members

The following tables list the members exposed by DateHierarchyFilterOperand.

Public Constructors
 NameDescription
Public ConstructorDateHierarchyFilterOperand ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDisplayText (Inherited from Infragistics.Win.UltraWinGrid.SpecialFilterOperand)
Public PropertyLevelA DateHierarchyLevel which indicates which part of the date to match (Year, Month, Day, Hours, Minute, Second, etc.)  
Public PropertyName (Inherited from Infragistics.Win.UltraWinGrid.SpecialFilterOperand)
Public PropertyValueA DateTime value which will be used to match the cell value.  
Public Methods
 NameDescription
Public MethodMatchOverridden. Indicates whether the specified value matches the operand given the specified comparison operator.  
Public MethodSupportsDataTypeOverridden. Indicates whether the operand supports filtering values of the specified type.  
Public MethodSupportsOperatorOverridden. Indicates whether the operand is capable of performing filtering using the specified operator.  
Public MethodToStringReturns a string that represents the date of the operand base on the level in the tree.  
Protected Methods
 NameDescription
Protected MethodGetObjectDataOverridden. Invoked during the serialization of the object.  
See Also