Class FieldExpression
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
A value expression that reads a fact field via a dotted path (Order.Total),
using the same resolution and null semantics as a ConditionLeaf field:
a null anywhere along the path yields null. In JSON, { "field": "Order.Total" }.
public sealed class FieldExpression : ValueExpression
- Inheritance
-
FieldExpression
- Inherited Members
Constructors
- FieldExpression(string)
Creates a field-read value expression.
Properties
- Path
The dotted field path resolved against the fact.