Table of Contents

Class TupleFact

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

Represents a tuple fact that contains nested member facts.

public class TupleFact : Fact
Inheritance
TupleFact
Inherited Members

Constructors

TupleFact(DiscoverableTaxonomySet, XElement)

Initializes a new instance of the TupleFact class.

public TupleFact(DiscoverableTaxonomySet dts, XElement xml)

Parameters

dts DiscoverableTaxonomySet

The discoverable taxonomy set this tuple fact belongs to.

xml XElement

The XML element representing this tuple fact.

Properties

MemberFacts

Gets the member facts contained by the tuple.

public required Fact[] MemberFacts { get; init; }

Property Value

Fact[]