| IExpressionNode Interface |
Namespace: FlexRule.DynamicEvaluation.Core
public interface IExpressionNode
The IExpressionNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Childs |
Children of the code
| |
| Expression |
Text of node
| |
| Parent |
Parent of the node
| |
| SubExpression | ||
| Text |
Text of the node
| |
| Type |
Type of the node
|
| Name | Description | |
|---|---|---|
| Print(Int32) | Overloaded.
Prints an expression node
(Defined by CompiledExpressionExtensions.) | |
| Print(TextWriter) | Overloaded.
Prints an expression node
(Defined by CompiledExpressionExtensions.) |