Table of Contents

Interface IFactMatch

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Represents a fact matched by a rule.

public interface IFactMatch : IFact
Inherited Members

Properties

Declaration

Variable declaration that corresponds to the fact.

Declaration Declaration { get; }

Property Value

Declaration

See Also