Table of Contents

Interface IFact

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

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

IFactSource

Type

Fact runtime type.

Type Type { get; }

Property Value

Type

Value

Fact value.

object Value { get; }

Property Value

object