Tuple
Contents
[
Hide
]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.
public class Tuple : Fact
Constructors
Name | Description |
---|---|
Tuple(Concept) | Initializes a new instance of Tuple class. |
Properties
Name | Description |
---|---|
Facts { get; } | Gets the collection of Fact objects in the tuple. |
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
- class Fact
- namespace Aspose.Finance.Xbrl
- assembly Aspose.Finance