Class Linker
SystemGraph Linker. This object is in charge of connecting ports together by reference at runtime
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class Linker
  Constructors
| Name | Description | 
|---|---|
| Linker(SystemGraphComponent) | Initializes a new instance of the Linker class.  | 
      
Methods
| Name | Description | 
|---|---|
| ConnectDrivers() | Connects the drivers.  | 
      
| FindPortDescriptor(NodeReferenceDescriptor, string) | Finds the port descriptor.  | 
      
| GetEdgeConnections(SerializedEdge, List<SerializedEdge>, HashSet<SerializedEdge>) | Gets the edge connections.  | 
      
| LinkField(PortReferenceDescriptor, PortReferenceDescriptor, bool) | Links the field.  | 
      
| LinkPorts(bool) | Links the ports.  | 
      
| LinkReferences(bool) | Links the references.  |