For a list of all members of this type, see OperationFilterExpression members.
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.Win.DataVisualization.DataSource.FilterExpression) |
![]() | IsComparisonOperation | Gets if the operation is a comparison operation. |
![]() | IsFunction | Gets whether the expression is a function. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression) |
![]() | IsLiteral | Gets whether the expression is a literal. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression) |
![]() | IsNull | Gets whether the expresssion is null. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression) |
![]() | IsOperation | Overridden. Gets if the expression is an operation. |
![]() | IsPropertyReference | Gets whether the expression is a property reference. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression) |
![]() | IsWrapper | Gets whether the expression is a wrapper expression. (Inherited from Infragistics.Win.DataVisualization.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. |