Table of Contents

Class Tuple

Namespace
Manpuku.Edinet.Xbrl
Assembly
Manpuku.Edinet.Xbrl.dll

Represents a tuple concept that contains a sequence of member concept references.

public class Tuple : Concept
Inheritance
Tuple
Inherited Members

Constructors

Tuple(DiscoverableTaxonomySet, XElement)

Initializes a new instance of the Tuple class.

public Tuple(DiscoverableTaxonomySet dts, XElement xml)

Parameters

dts DiscoverableTaxonomySet

The discoverable taxonomy set this tuple belongs to.

xml XElement

The XML element representing this tuple.

Properties

Sequence

Gets the sequence of member definitions composing the tuple.

public required Tuple.Member[] Sequence { get; init; }

Property Value

Member[]