Table of Contents

Class Unit

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

Represents a unit definition in an XBRL instance or taxonomy.

public class Unit : XbrlItem
Inheritance
Unit
Inherited Members

Constructors

Unit(DiscoverableTaxonomySet, XElement)

Initializes a new instance of the Unit class.

public Unit(DiscoverableTaxonomySet dts, XElement xml)

Parameters

dts DiscoverableTaxonomySet

The discoverable taxonomy set this unit belongs to.

xml XElement

The XML element representing this unit.