Tuple class

Tuple class

A tuple is an element in the substitution group for the XBRL tuple element. Tuples are used to bind together the parts of a compound fact. Those constituent parts are themselves, facts but they must be interpreted in light of each-other. For example, the name, age and compensation of a director of a company need to be grouped together to be correctly understood.

Inheritance: TupleFact

The Tuple type exposes the following members:

Constructors

ConstructorDescription
Tuple(concept)Initializes a new instance of Tuple class.

Properties

PropertyDescription
nameGets or sets the qualified name of the fact.
idGets or sets the id of the fact.
factsGets the collection of Fact objects in the tuple.

See Also