Click or drag to resize

Aspect Class

The Aspect enumeration represents the various aspects defined in the Variables 1.0 specification. See here for more details.

Please note that the dimension aspects are represented as instances of the Dimension.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlAspect

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

The Aspect type exposes the following members.

Constructors
  NameDescription
Public methodAspect(AspectType)
Initializes a new instance of the Aspect class
Public methodAspect(Dimension)
Initializes a new instance of the Aspect class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(Aspect)
Public methodDispose
Releases all resources used by the Aspect
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Aspect)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Operators
See Also