Property ElementCondition
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
ElementCondition
The per-element condition when Operator is a quantifier
(Any/All/None),
otherwise null. In JSON this is the leaf's condition key. Field paths inside it
resolve against the element, with ElementSelfPath naming the element itself.
public ConditionNode? ElementCondition { get; }