Table of Contents

Class Locator

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

Represents a locator element in an XBRL linkbase, which points to a resource in a taxonomy or instance.

public class Locator : XbrlItem
Inheritance
Locator
Inherited Members

Constructors

Locator(DiscoverableTaxonomySet, XElement)

Initializes a new instance of the Locator class.

public Locator(DiscoverableTaxonomySet dts, XElement xml)

Parameters

dts DiscoverableTaxonomySet

The discoverable taxonomy set this locator belongs to.

xml XElement

The XML element representing this locator.

Properties

Href

Gets the href attribute value referring to the target resource (may include a fragment).

public required string Href { get; init; }

Property Value

string

Label

Gets the xlink:label attribute value used to associate arcs with this locator.

public required string Label { get; init; }

Property Value

string

Resource

Gets the resource referenced by this locator (an XBRL item such as an Element or RoleType).

public required XbrlItem Resource { get; init; }

Property Value

XbrlItem