Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Body Property
Body of the expression or operation.
Definition
Namespace:
Fluent.Calculations.Primitives.Expressions
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
string
Body
{
get
; }
Property Value
String
Expression body
Implements
IExpression
Body
Remarks
Exact body of expression will contain language operators and variable names used in original code.
See Also
Reference
ExpressionNode Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also