Table of Contents

Interface IFactSource

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Source of the fact, for synthetic facts.

public interface IFactSource

Properties

Facts

Facts that produced this fact.

IEnumerable<IFact> Facts { get; }

Property Value

IEnumerable<IFact>

SourceType

Type of source that produced this fact.

FactSourceType SourceType { get; }

Property Value

FactSourceType