Click or drag to resize

ITuple Interface

Set of facts matched by the rules engine.

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

The ITuple type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of facts in the tuple.
Public propertyFacts
Facts in the tuple, representing a partial match in the engine's working memory.
Top
See Also