[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die abstrakte Basis-Klasse für Ein- und Ausgabe-Ports.

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

Syntax

C#
public abstract class Port : ChildObject<INode, IPort>, 
	IPort, IChild<INode, IPort>, IBaseObject, 
	IIdentifiable, IStorable, IExtensible<IPort>, IDisposable
Visual Basic
Public MustInherit Class Port _
	Inherits ChildObject(Of INode, IPort) _
	Implements IPort, IChild(Of INode, IPort),  _
	IBaseObject, IIdentifiable, IStorable, IExtensible(Of IPort),  _
	IDisposable
F#
[<AbstractClassAttribute>]
type Port =  
    class
        inherit ChildObject<INode, IPort>
        interface IPort
        interface IChild<INode, IPort>
        interface IBaseObject
        interface IIdentifiable
        interface IStorable
        interface IExtensible<IPort>
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  DynamicNode.Model..::..BaseObject
    DynamicNode.Model..::..ExtensibleObject<(Of <(<'IPort>)>)>
      DynamicNode.Model..::..ChildObject<(Of <(<'INode, IPort>)>)>
        DynamicNode.Core..::..Port
          DynamicNode.Core..::..InPort
          DynamicNode.Core..::..OutPort

See Also