Click or drag to resize

IFact Interface

Fact in the engine's working memory.

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

The IFact type exposes the following members.

Properties
  NameDescription
Public propertySource
Source of this fact, for synthetic facts, or null.
Public propertyType
Fact runtime type.
Public propertyValue
Fact value.
Top
See Also