Interface IMatch
Represents a match of all rule's conditions.
public interface IMatch
Properties
Facts
Facts matched by the rule.
IEnumerable<IFactMatch> Facts { get; }
Property Value
Rule
Rule that matched the given facts.
IRuleDefinition Rule { get; }
Property Value
Trigger
Event that triggered the match.
MatchTrigger Trigger { get; }