GoXam for WPF v3
GetCategoryForNode Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetCategoryForNode Method
This method gets the category of a node.
Syntax
public string GetCategoryForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a String, defaulting to the empty string
Remarks

This is used for model navigation and graph traversal.

This model assumes that the value will never change.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members