Class ValueExpression
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
A node in a computed action's value expression tree: a LiteralExpression (a constant), a FieldExpression (a dotted fact path read), or an OperatorExpression (an operator over sub-expressions). Immutable after construction. Value expressions are pure data — a closed operator vocabulary, never embedded code — mirroring the condition tree.
public abstract class ValueExpression
- Inheritance
-
ValueExpression
- Derived
- Inherited Members