Fact

Fact class

Fact can be simple, in which case their values must be expressed as simple content, and facts can be compound, in which case their value is made up from other simple and/or compound fact. Simple fact are expressed using Item. Compound facts are expressed using Tupletuple.

public abstract class Fact

Properties

NameDescription
Id { get; set; }Gets or sets the id of the fact.
Name { get; set; }Gets or sets the qualified name of the fact.

See Also