The following tables list the members exposed by FilterContext<TDataObject>.
Name | Description | |
---|---|---|
FilterContext<TDataObject> Constructor | Initializes a new instance of the FilterContext class. |
Name | Description | |
---|---|---|
EqualsMethod | Gets the info describing the Object.Equals method. |
Name | Description | |
---|---|---|
CaseSensitive | Gets if the filters being built will be case sensitive or not. (Inherited from Infragistics.FilterContext) | |
FieldDataType | The System.Type of the field being filtered on. (Inherited from Infragistics.FilterContext) |
Name | Description | |
---|---|---|
CachedTypedInfo | The CachedTypedInfo for the opeartion (Inherited from Infragistics.FilterContext) | |
FromDateColumn | Gets if the filter being build is for the Date Column. If so then we will use some ranging logic when building filters since the Date column does not support time. (Inherited from Infragistics.FilterContext) |
Name | Description | |
---|---|---|
CreateExpression | Overloaded. Overridden. Creates an System.Linq.Expressions.Expression based on all the terms in the ConditionCollection. |