Click or drag to resize

RelationshipNetwork Class

An RelationshipNetwork class represents the network of relationships for a base set in the DTS.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Xbrl.TaxonomyRelationshipNetwork

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

The RelationshipNetwork type exposes the following members.

Properties
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(RelationshipNetwork)
Public methodDispose
Releases all resources used by the RelationshipNetwork
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(RelationshipNetwork)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetNode
Public methodGetRelationshipsFrom
Public methodGetRelationshipsTo
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.)
Public methodWalk
Public methodWalk(Object)
Public methodWalk(AxisType)
Public methodWalk(Object, AxisType)
Public methodWalk(AxisType, UInt32)
Public methodWalk(Object, AxisType, UInt32)
Top
Operators
See Also