Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Type
Switch Field
Represents a special case evaluation where SwitchExpression class is being used.
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
const
string
Switch
= "Switch"
Field Value
String
Remarks
This type is logical equivalent to native switch/case statement.
See Also
Reference
ExpressionNodeType Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
See Also