GoXam for WPF v3
InsertLink Method (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : InsertLink Method
This method actually implements the addition of a link between two nodes.
Syntax
protected virtual void InsertLink( 
   NodeType fromdata,
   NodeType todata
)

Parameters

fromdata
todata
Remarks
If FromNodesPath is not an empty string, this calls AddFromNodeKey. If ToNodesPath is not an empty string, this calls AddToNodeKey. This method can be overridden in case the creation of a link is more complex than the default implementation.
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members