Interface IFact
Fact in the engine's working memory.
public interface IFact
Properties
Source
Source of this fact, for synthetic facts, or null
.
IFactSource Source { get; }
Property Value
Type
Fact runtime type.
Type Type { get; }
Property Value
Value
Fact value.
object Value { get; }