Table of Contents

Class Label

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

Represents a label resource used in XBRL linkbases (label link or generic link).

public class Label : XbrlItem
Inheritance
Label
Inherited Members

Constructors

Label(DiscoverableTaxonomySet, XElement)

Initializes a new instance of the Label class.

public Label(DiscoverableTaxonomySet dts, XElement xml)

Parameters

dts DiscoverableTaxonomySet

The discoverable taxonomy set this label belongs to.

xml XElement

The XML element representing this label.

Properties

Lang

Gets the optional language of the label (xml:lang).

public required string? Lang { get; init; }

Property Value

string

Role

Gets the optional role attribute of the label (xlink:role).

public required string? Role { get; init; }

Property Value

string

Value

Gets the text value of the label.

public required string Value { get; init; }

Property Value

string