Interface ILinkedFactSet
- Namespace
- NRules
- Assembly
- NRules.dll
Collection of linked facts propagated as a set.
public interface ILinkedFactSet
Properties
Action
Action taken on the linked fact.
LinkedFactAction Action { get; }
Property Value
FactCount
Number of linked facts in the set.
int FactCount { get; }
Property Value
Facts
Linked facts in the set.
IEnumerable<IFact> Facts { get; }