ExpressionNodeConstant Members
Include Protected Members
Include Inherited Members
The ExpressionNodeConstant object represents an objectthat is used in an expression.
The ExpressionNodeConstant type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionNodeConstant(Object) | Initializes a new instance of the ExpressionNodeConstant class that has the specified object. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
LastEvaluationResult | (Inherited from ExpressionNode.) |
![]() |
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.) |
![]() |
Value | Gets the object value that is the expression node constant. |
Top