Version 24.2 (latest)

OperationFilterExpression Class Properties

For a list of all members of this type, see OperationFilterExpression members.

Public Properties
 NameDescription
Public PropertyHasLeftGets if the operation has a left hand side.  
Public PropertyHasOperatorGets if there is an operator set for the expression.  
Public PropertyHasPropertyNameGets if the operation applies directly to a property name.  
Public PropertyHasRightGets if there is a right hand side to the epxression.  
Public PropertyHasValueGets if the opration has a right hand side.  
Public PropertyIsAutoGenerated (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsComparisonOperationGets if the operation is a comparison operation.  
Public PropertyIsFunctionGets whether the expression is a function. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsLiteralGets whether the expression is a literal. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsNullGets whether the expresssion is null. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsOperationOverridden. Gets if the expression is an operation.  
Public PropertyIsPropertyReferenceGets whether the expression is a property reference. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyIsWrapperGets whether the expression is a wrapper expression. (Inherited from Infragistics.Win.DataVisualization.DataSource.FilterExpression)
Public PropertyLeftGets or sets the left hand side expression.  
Public PropertyOperatorGets or sets the operator to use for the expression.  
Public PropertyPrecedenceOverridden.   
Public PropertyPropertyNameGets or sets the property name the operation applies to, if any.  
Public PropertyRightGets or sets the right hand side expression.  
Public PropertyValueGets the literal value associated with the operation, if any.  
Protected Properties
 NameDescription
Protected PropertyIsBooleanOperationGets if the expression had a boolean return type.  
See Also