Click or drag to resize

AspectSet Class

An AspectSet class represents a set of XBRL aspects represented by Aspect and Dimension classes.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlAspectSet

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

The AspectSet type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Top
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(AspectSet)
Public methodContains
Public methodCopyTo
Public methodDispose
Releases all resources used by the AspectSet
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(AspectSet)
Public methodGetEnumerator
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsProperSubsetOf
Public methodIsProperSupersetOf
Public methodIsSubsetOf
Public methodIsSupersetOf
Public methodOverlaps
Public methodSetEquals
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also