ExpressionNodeOperator Members
Include Protected Members
Include Inherited Members
The ExpressionNodeOperator object represents an expression node that is an operator.
The ExpressionNodeOperator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionNodeOperator(OperatorType, ExpressionNode, ExpressionNode) |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ChildrenList | (Inherited from ExpressionNodeChildren.) |
![]() |
Count | (Inherited from ExpressionNodeChildren.) |
![]() |
EnumerableChildrenList | (Inherited from ExpressionNodeChildren.) |
![]() |
LastEvaluationResult | (Inherited from ExpressionNode.) |
![]() |
Left | Gets or sets the argument to the left of the operator. |
![]() |
OpType | Gets the type of operator that is used in the expression. |
![]() |
Right | Gets or sets the argument to the right of the operator. |
![]() |
Tag | Gets the tag text that is associated with the expression node. (Inherited from ExpressionNode.) |
![]() |
Type | Gets the type of expression node. (Inherited from ExpressionNode.) |
![]() |
TypeClass | Gets the class type when the expression node represents an object. (Inherited from ExpressionNode.) |
Top