GoXam for WPF v3
DeleteToNodeKey Method
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : DeleteToNodeKey Method
the node data to be modified; if null, this method does nothing
the key value of the "to" node data; if null, this method does nothing
This method actually implements the modification of a node data so that it's collection of "to" node data keys does not include a given tokey.
Syntax
protected virtual void DeleteToNodeKey( 
   NodeType nodedata,
   NodeKey tokey
)

Parameters

nodedata
the node data to be modified; if null, this method does nothing
tokey
the key value of the "to" node data; if null, this method does nothing
Remarks
This method can be overridden in case the FindToNodeKeysForNode sequence is not an System.Collections.IList or an IList.
See Also

Reference

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