Click or drag to resize

IFactMatch Interface

Represents a fact matched by a rule.

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

The IFactMatch type exposes the following members.

Properties
  NameDescription
Public propertyDeclaration
Variable declaration that corresponds to the fact.
Public propertySource
Source of this fact, for synthetic facts, or null.
(Inherited from IFact.)
Public propertyType
Fact runtime type.
(Inherited from IFact.)
Public propertyValue
Fact value.
(Inherited from IFact.)
Top
See Also