Click or drag to resize

IMatch Interface

Represents a match of all rule's conditions.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public interface IMatch

The IMatch type exposes the following members.

Properties
  NameDescription
Public propertyFacts
Facts matched by the rule.
Public propertyRule
Rule that matched the given facts.
Public propertyTrigger
Event that triggered the match.
Top
See Also