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.
The Tuple type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| Tuple(concept) | Initializes a new instance of Tuple class. |
Properties
| Property | Description |
|---|---|
| name | Gets or sets the qualified name of the fact. |
| id | Gets or sets the id of the fact. |
| facts | Gets the collection of Fact objects in the tuple. |
See Also
- module aspose.finance.xbrl
- class Fact