Click or drag to resize

IFactSource Interface

Source of the fact, for synthetic facts.

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

The IFactSource type exposes the following members.

Properties
  NameDescription
Public propertyFacts
Facts that produced this fact.
Public propertySourceType
Type of source that produced this fact.
Top
See Also