Test additional content header

ExpressionNode Class

Class that is used to capture metadata and relationships of expression that produced the Values.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public class ExpressionNode : IExpression
Inheritance
Object    ExpressionNode
Implements
IExpression

Remarks

This is central class to discover full calculation tree of any Value.

Properties

ArgumentsLinks the result with the arguments of the expression.
BodyBody of the expression or operation.
TypeType of method how the value was obtained.

Methods

ToStringReturns a string that represents the expression object.
(Overrides ObjectToString)

See Also