The following tables list the members exposed by OperationFilterExpression.
Name | Description | |
---|---|---|
![]() | OperationFilterExpression Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | HasLeft | Gets if the operation has a left hand side. |
![]() | HasOperator | Gets if there is an operator set for the expression. |
![]() | HasPropertyName | Gets if the operation applies directly to a property name. |
![]() | HasRight | Gets if there is a right hand side to the epxression. |
![]() | HasValue | Gets if the opration has a right hand side. |
![]() | IsAutoGenerated | (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsComparisonOperation | Gets if the operation is a comparison operation. |
![]() | IsFunction | Gets whether the expression is a function. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsLiteral | Gets whether the expression is a literal. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsNull | Gets whether the expresssion is null. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsOperation | Overridden. Gets if the expression is an operation. |
![]() | IsPropertyReference | Gets whether the expression is a property reference. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Left | Gets or sets the left hand side expression. |
![]() | Operator | Gets or sets the operator to use for the expression. |
![]() | Precedence | Overridden. |
![]() | PropertyName | Gets or sets the property name the operation applies to, if any. |
![]() | Right | Gets or sets the right hand side expression. |
![]() | Value | Gets the literal value associated with the operation, if any. |
Name | Description | |
---|---|---|
![]() | IsBooleanOperation | Gets if the expression had a boolean return type. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Returns an expression that is an Add expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | And | Returns an expression that is an And expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Cast | Overloaded. Returns an expression that is an Cast expression of the current expression and propertyType. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Ceiling | Returns an expression that is an Ceiling expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Concat | Overloaded. Returns an expression that is an Concat expression of the current expression and toAppend. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Contains | Overloaded. Returns an expression that is an Contains expression of the current expression and subString. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Date | Returns an expression that is an Date expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Day | Returns an expression that is an Day expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Divide | Overloaded. Returns an expression that is a Divide expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | DividedBy | Overloaded. Returns an expression that is a Divide expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | EndsWith | Overloaded. Returns an expression that is an EndsWith expression of the current expression and subString. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Evaluate | Overridden. Evaluates the expression for the given item. |
![]() | Floor | Returns an expression that is a Floor expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Group | Returns an expression that is a group expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Hour | Returns an expression that is an Hour expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IndexOf | Overloaded. Returns an expression that is an IndexOf expression of the current expression and toFind. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsEqualTo | Overloaded. Returns an expression that is an IsEqualTo expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsGreaterThan | Overloaded. Returns an expression that is an IsGreaterThan expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsGreaterThanOrEqualTo | Overloaded. Returns an expression that is an IsGreaterThanOrEqualTo expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsLessThan | Overloaded. Returns an expression that is an IsLessThan expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsLessThanOrEqualTo | Overloaded. Returns an expression that is an IsLessThanOrEqualTo expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsNotEqualTo | Overloaded. Returns an expression that is an IsNotEqualTo expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | IsOf | Overloaded. Returns an expression that is an IsOf expression of the current expression and propertyType. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Length | Returns an expression that is an Length expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | MarkAutoGenerated | (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Match | Determines if an item matches the filter expression given a data provider and schema. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Minus | Overloaded. Returns an expression that is an Subtract expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Minute | Returns an expression that is an Minute expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Modulo | Overloaded. Returns an expression that is an Modulus expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Month | Returns an expression that is an Month expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Multiply | Overloaded. Returns an expression that is an Multiply expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Not | Returns an expression that is a Not expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Now | Returns an expression that is an Now expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Or | Returns an expression that is an Or expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Plus | Overloaded. Returns an expression that is an Add expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Replace | Overloaded. Returns an expression that is an Replace expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Round | Returns an expression that is an Round expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Second | Returns an expression that is an Second expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | StartsWith | Overloaded. Returns an expression that is an StartsWith expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Substring | Overloaded. Returns an expression that is an Substring expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Subtract | Overloaded. Returns an expression that is an Subtract expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Time | Returns an expression that is an Time expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Times | Overloaded. Returns an expression that is an Multiply expression of the current expression and right. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | ToLower | Returns an expression that is an ToLower expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | ToUpper | Returns an expression that is an ToUpper expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Trim | Returns an expression that is an Trim expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
![]() | Year | Returns an expression that is an Year expression of the current expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |
Name | Description | |
---|---|---|
![]() | ResolveHasBooleanReturn | Overridden. Returns true if the expression has a boolean return type. |
![]() | UpdateBooleanReturn | Keeps track as to whether there is a boolean return type to this expression. (Inherited from Infragistics.Core.Controls.DataSource.FilterExpression) |