Class Activation
- Namespace
- NRules
- Assembly
- NRules.dll
Represents a match of all rule's conditions.
public class Activation : IMatch
- Inheritance
-
Activation
- Implements
- Inherited Members
Properties
Facts
Facts matched by the rule.
public IEnumerable<IFactMatch> Facts { get; }
Property Value
Rule
Rule that got activated.
public IRuleDefinition Rule { get; }
Property Value
Trigger
Event that triggered the match.
public MatchTrigger Trigger { get; }