GoXam for WPF v3
ToNodesPath Property
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : ToNodesPath Property
Gets or sets a property path that that specifies how to get the collection of keys of node data to which links go.
Syntax
public string ToNodesPath {get; set;}

Property Value

This defaults to an empty string, which causes FindToNodeKeysForNode not to be called to get a list of related nodes.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindToNodeKeysForNode for most cases.

The value of this property path applied to a node data object must be of type System.Collections.IEnumerable, holding only instances of NodeKey.

See Also

Reference

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