| Overload | Description |
|---|---|
| GraphLinksModelLinkData<NodeKey,PortKey> Constructor() | The default constructor produces an empty object with no references to nodes. |
| GraphLinksModelLinkData<NodeKey,PortKey> Constructor(NodeKey,NodeKey) | This constructor initializes the From and To properties. |
| GraphLinksModelLinkData<NodeKey,PortKey> Constructor(NodeKey,PortKey,NodeKey,PortKey) | This constructor initializes the From and To properties. |