Class Unit
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
dtsDiscoverableTaxonomySetThe discoverable taxonomy set this unit belongs to.
xmlXElementThe XML element representing this unit.