Table of Contents

Interface IMatch

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Represents a match of all rule's conditions.

public interface IMatch

Properties

Facts

Facts matched by the rule.

IEnumerable<IFactMatch> Facts { get; }

Property Value

IEnumerable<IFactMatch>

Rule

Rule that matched the given facts.

IRuleDefinition Rule { get; }

Property Value

IRuleDefinition

Trigger

Event that triggered the match.

MatchTrigger Trigger { get; }

Property Value

MatchTrigger