Table of Contents

Class Reference

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

Represents a reference resource contained in a reference link. Each reference contains a sequence of name/value pairs describing the reference.

public class Reference : XbrlItem
Inheritance
Reference
Inherited Members

Constructors

Reference(DiscoverableTaxonomySet, XElement)

Initializes a new instance of the Reference class.

public Reference(DiscoverableTaxonomySet dts, XElement xml)

Parameters

dts DiscoverableTaxonomySet

The discoverable taxonomy set this reference belongs to.

xml XElement

The XML element representing this reference.

Properties

Ref

Gets the collection of name/value pairs that make up the reference content (e.g. source, publisher, etc.).

public required (XName name, string value)[] Ref { get; init; }

Property Value

(XName name, string value)[]