Table of Contents

Interface ILinkedFactSet

Namespace
NRules
Assembly
NRules.dll

Collection of linked facts propagated as a set.

public interface ILinkedFactSet

Properties

Action

Action taken on the linked fact.

LinkedFactAction Action { get; }

Property Value

LinkedFactAction

FactCount

Number of linked facts in the set.

int FactCount { get; }

Property Value

int

Facts

Linked facts in the set.

IEnumerable<IFact> Facts { get; }

Property Value

IEnumerable<IFact>