Table of Contents

Class Context.ExplicitMember

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

Represents an explicit member with a specified dimension and member concept.

public class Context.ExplicitMember
Inheritance
Context.ExplicitMember
Inherited Members

Remarks

This class is used to define a pair of concepts, where each concept is represented by an instance of the Concept type. Both properties are required and must be initialized during object creation.

Properties

Dimension

Gets the dimension concept associated with this instance.

public required Concept Dimension { get; init; }

Property Value

Concept

Member

Gets the member concept associated with this instance.

public required Concept Member { get; init; }

Property Value

Concept