The NetworkElement type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Connect(Int32, NetworkElement, Int32) |
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
|
![]() ![]() | Connect(NetworkElement, Int32, NetworkElement, Int32) |
Connects a NetworkElement to a single other NetworkElement, with a specified phasing.
|
![]() | ConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32) |
Connects the NetworkElement between two other NetworkElements, with a specific phasing.
|
![]() ![]() | ConnectBetween(NetworkElement, Int32, NetworkElement, Int32, NetworkElement, Int32) |
Connect a NetworkElement between two other NetworkElements, with a specific phasing.
|
![]() | ConnectionExists(Int32, NetworkElement, Int32) |
Test if a specific connection between this element and another element on specific phases exists.
|
![]() ![]() | ConnectionExists(NetworkElement, Int32, NetworkElement, Int32) |
Test if a specific connection between elements on specific phases exists.
|
![]() | Disconnect(NetworkElement) |
Disconnect this network element from another network element across all phases.
|
![]() ![]() | Disconnect(NetworkElement, NetworkElement) |
Disconnects two NetworkElement from each other across all
phases.
|
![]() ![]() | Disconnect(NetworkElement, Int32, NetworkElement, Int32) |
Disconnects a specific phased connection between network elements.
|
![]() | OnDeserialization |
Reconstructs the NetworkElement after deserialisation.
|
See Also