[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Eine Knoten-Schnittstelle welche einen Anhang für den Graphen kapseln.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public interface IAttachmentNode : INode, IChild<IGraph, INode>, IParent<INode, IPort>, IBaseObject, IIdentifiable, IStorable, IExtensible<INode>, IDisposable, IComparable<INode> |
Visual Basic |
---|
Public Interface IAttachmentNode _ Inherits INode, IChild(Of IGraph, INode), _ IParent(Of INode, IPort), IBaseObject, IIdentifiable, _ IStorable, IExtensible(Of INode), IDisposable, IComparable(Of INode) |
F# |
---|
type IAttachmentNode = interface interface INode interface IChild<IGraph, INode> interface IParent<INode, IPort> interface IBaseObject interface IIdentifiable interface IStorable interface IExtensible<INode> interface IDisposable interface IComparable<INode> end |