GoXam for WPF v3
FindToNodeKeysForNode Method
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : FindToNodeKeysForNode Method
Find the collection of "to" node key values.
Syntax
protected virtual IEnumerable FindToNodeKeysForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a collection of NodeKey values
Remarks

This is used for model discovery. This is only called if ToNodesPath is not an empty string. This method can be overridden in case the ToNodesPath property path is not flexible enough or fast enough to get the collection of "to" keys for a node.

See Also

Reference

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