Table of Contents

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

IEnumerable<IFactMatch>

Rule

Rule that got activated.

public IRuleDefinition Rule { get; }

Property Value

IRuleDefinition

Trigger

Event that triggered the match.

public MatchTrigger Trigger { get; }

Property Value

MatchTrigger

See Also