NetworkElement MethodsElecNetKit Documentation
The NetworkElement type exposes the following members.
Methods

  NameDescription
Protected methodConnect(Int32, NetworkElement, Int32)
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
Protected methodStatic memberConnect(NetworkElement, Int32, NetworkElement, Int32)
Connects a NetworkElement to a single other NetworkElement, with a specified phasing.
Protected methodConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32)
Connects the NetworkElement between two other NetworkElements, with a specific phasing.
Protected methodStatic memberConnectBetween(NetworkElement, Int32, NetworkElement, Int32, NetworkElement, Int32)
Connect a NetworkElement between two other NetworkElements, with a specific phasing.
Public methodConnectionExists(Int32, NetworkElement, Int32)
Test if a specific connection between this element and another element on specific phases exists.
Public methodStatic memberConnectionExists(NetworkElement, Int32, NetworkElement, Int32)
Test if a specific connection between elements on specific phases exists.
Protected methodDisconnect(NetworkElement)
Disconnect this network element from another network element across all phases.
Protected methodStatic memberDisconnect(NetworkElement, NetworkElement)
Disconnects two NetworkElement from each other across all phases.
Protected methodStatic memberDisconnect(NetworkElement, Int32, NetworkElement, Int32)
Disconnects a specific phased connection between network elements.
Public methodOnDeserialization
Reconstructs the NetworkElement after deserialisation.
Back to Top
See Also