GoXam for WPF v3
IsRelinkValid Method (ILinksModel)
Northwoods.GoXam.Model Namespace > ILinksModel Interface : IsRelinkValid Method
a node key identifying the node data from which the new link would come
an optional value identifying which port on the "from" node the link would be connected to
a node key identify the node data to which the new link would go
an optional value identifying which port on the "to" node the link would be connected to
an existing link that would be deleted
This predicate is true if changing an existing link between two nodes/ports would result in a valid graph
Syntax

Parameters

newfromdata
a node key identifying the node data from which the new link would come
newfromparam
an optional value identifying which port on the "from" node the link would be connected to
newtodata
a node key identify the node data to which the new link would go
newtoparam
an optional value identifying which port on the "to" node the link would be connected to
oldlinkdata
an existing link that would be deleted
See Also

Reference

ILinksModel Interface
ILinksModel Members