Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Type Property
Type of method how the value was obtained.
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
Type
{
get
; }
Property Value
String
Expression type.
Implements
IExpression
Type
Remarks
Usefull for visualizations to customise the rendering of value nodes depending on the way they were produced.
See Also
Reference
ExpressionNode Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also