Click or drag to resize

UnitsRegistry Class

An UnitsRegistry object represents an XBRL Units Registry.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlUnitsRegistry

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class UnitsRegistry : IDisposable, 
	IComparable, IComparable<UnitsRegistry>

The UnitsRegistry type exposes the following members.

Properties
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(UnitsRegistry)
Public methodStatic memberCreateFromBuffer(Byte, ErrorLog)
Public methodStatic memberCreateFromBuffer(Byte, UnitsRegistrySettings, ErrorLog)
Public methodStatic memberCreateFromUrl(String, ErrorLog)
Public methodStatic memberCreateFromUrl(String, UnitsRegistrySettings, ErrorLog)
Public methodDispose
Releases all resources used by the UnitsRegistry
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(UnitsRegistry)
Public methodFindUnit
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also