GoXam for WPF v3
GetMemberLinksForGroup Method (ISubGraphLinksModel)
Northwoods.GoXam.Model Namespace > ISubGraphLinksModel Interface : GetMemberLinksForGroup Method
a node data that is a group (a container)
Returns a collection of link data that are assumed to belong to the given group data.
Syntax
IEnumerable<object> GetMemberLinksForGroup( 
   object nodedata
)

Parameters

nodedata
a node data that is a group (a container)

Return Value

Remarks
If there are no links in a subgraph, this will be an empty sequence.
See Also

Reference

ISubGraphLinksModel Interface
ISubGraphLinksModel Members