[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Standardimplementierung für eine Sammlung verbundener Knoten.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public class Graph : HierarchyObject<IRuntime, IGraph, INode>, 
	IGraph, IChild<IRuntime, IGraph>, IParent<IGraph, INode>, 
	IBaseObject, IIdentifiable, IStorable, IExtensible<IGraph>, 
	IDisposable
Visual Basic
Public Class Graph _
	Inherits HierarchyObject(Of IRuntime, IGraph, INode) _
	Implements IGraph, IChild(Of IRuntime, IGraph),  _
	IParent(Of IGraph, INode), IBaseObject, IIdentifiable,  _
	IStorable, IExtensible(Of IGraph), IDisposable
F#
type Graph =  
    class
        inherit HierarchyObject<IRuntime, IGraph, INode>
        interface IGraph
        interface IChild<IRuntime, IGraph>
        interface IParent<IGraph, INode>
        interface IBaseObject
        interface IIdentifiable
        interface IStorable
        interface IExtensible<IGraph>
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  DynamicNode.Model..::..BaseObject
    DynamicNode.Model..::..ExtensibleObject<(Of <(<'IGraph>)>)>
      DynamicNode.Model..::..ParentObject<(Of <(<'IGraph, INode>)>)>
        DynamicNode.Model..::..HierarchyObject<(Of <(<'IRuntime, IGraph, INode>)>)>
          DynamicNode.Core..::..Graph

See Also