Class Linker.NodeReferenceDescriptor
Class NodeReferenceDescriptor.
Namespace: Mechatronics.SystemGraph
Syntax
public class NodeReferenceDescriptor
Fields
FromParameter
From parameter
Declaration
public bool FromParameter
Field Value
| Type | Description |
|---|---|
| Boolean |
nodeFields
The node fields
Declaration
public Dictionary<string, Linker.PortReferenceDescriptor> nodeFields
Field Value
| Type | Description |
|---|---|
| Dictionary<String, Linker.PortReferenceDescriptor> |
runtime
The runtime
Declaration
public NodeRuntime runtime
Field Value
| Type | Description |
|---|---|
| NodeRuntime |