Interface IFactSource
Source of the fact, for synthetic facts.
public interface IFactSource
Properties
Facts
Facts that produced this fact.
IEnumerable<IFact> Facts { get; }
Property Value
SourceType
Type of source that produced this fact.
FactSourceType SourceType { get; }