Class Label
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
dtsDiscoverableTaxonomySetThe discoverable taxonomy set this label belongs to.
xmlXElementThe XML element representing this label.
Properties
Lang
Gets the optional language of the label (xml:lang).
public required string? Lang { get; init; }
Property Value
Role
Gets the optional role attribute of the label (xlink:role).
public required string? Role { get; init; }
Property Value
Value
Gets the text value of the label.
public required string Value { get; init; }