Constructor FieldExpression
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
FieldExpression(string)
Creates a field-read value expression.
public FieldExpression(string path)
Parameters
pathstringThe dotted field path resolved against the fact.
Exceptions
- ArgumentException
pathis null or empty.