Label

Label class

This class is a Xlink with Resource type. Although each taxonomy defines a single set of elements representing a set of business reporting Concepts, the human-readable XBRL documentation for those concepts, including labels (strings used as human-readable names for each concept) and other explanatory documentation, is contained in a resource element in the label Linkbase.

public class Label : Resource

Properties

NameDescription
Id { get; set; }Gets or sets the id of the resource.
Label { get; set; }Gets or sets the label of the resource.
Role { get; set; }Gets or sets the role of the resource.
Text { get; set; }Gets or sets the text of the label.
Title { get; set; }Gets or sets the title of the resource.
Type { get; }Gets the link type.

See Also