Click or drag to resize

DimensionAspectValue Class

The DimensionAspectValue class represents the base class for explicit and typed dimension aspect values.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlAspectValue
    Altova.RaptorXml.XbrlDimensionAspectValue
      Altova.RaptorXml.XbrlExplicitDimensionAspectValue
      Altova.RaptorXml.XbrlTypedDimensionAspectValue

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public abstract class DimensionAspectValue : AspectValue

The DimensionAspectValue type exposes the following members.

Properties
Methods
  NameDescription
Public methodDispose (Inherited from AspectValue.)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(DimensionAspectValue)
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
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also