Table of Contents

Class Tuple.Member

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

Represents a member of a tuple, referencing another concept.

public class Tuple.Member : XbrlItem
Inheritance
Tuple.Member
Inherited Members

Constructors

Member(DiscoverableTaxonomySet, XElement)

Initializes a new instance of the Tuple.Member class.

public Member(DiscoverableTaxonomySet dts, XElement xml)

Parameters

dts DiscoverableTaxonomySet

The discoverable taxonomy set this member belongs to.

xml XElement

The XML element representing this tuple member.

Properties

Concept

Gets the resolved concept definition for the referenced QName.

public Concept Concept { get; }

Property Value

Concept

ConceptRef

Gets the reference to the concept (QName) that this member refers to.

public required XName ConceptRef { get; init; }

Property Value

XName

MaxOccurs

Gets the maximum occurrences allowed for the member.

public required int? MaxOccurs { get; init; }

Property Value

int?

MinOccurs

Gets the minimum occurrences allowed for the member.

public required int? MinOccurs { get; init; }

Property Value

int?