Class PortDescriptor
PortDescriptor stores the port information attached to SystemGraph assets.
Namespace: Mechatronics.SystemGraph
Syntax
public class PortDescriptor
Fields
Direction
The port direction (left or right of the node)
Declaration
public PortDirection Direction
Field Value
| Type | Description |
|---|---|
| PortDirection |
Edges
The edges connected with the port
Declaration
public HashSet<int> Edges
Field Value
| Type | Description |
|---|---|
| HashSet<Int32> |
Extra
The field extra parameters
Declaration
public FieldExtra Extra
Field Value
| Type | Description |
|---|---|
| FieldExtra |
FullType
The full type name
Declaration
public SerializableType FullType
Field Value
| Type | Description |
|---|---|
| SerializableType |
Index
The port index in the node
Declaration
public int Index
Field Value
| Type | Description |
|---|---|
| Int32 |
Name
The port name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| String |
NodeOwner
The node owner
Declaration
public NodeDescriptor NodeOwner
Field Value
| Type | Description |
|---|---|
| NodeDescriptor |
Type
The port type name
Declaration
public string Type
Field Value
| Type | Description |
|---|---|
| String |