GoXam for WPF v3
FindLinksForData Method
Northwoods.GoXam Namespace > PartManager Class : FindLinksForData Method
an Northwoods.GoXam.Model.IDataCollection
Return a collection of Links in this diagram corresponding to some model data.
Syntax
public virtual IEnumerable<Link> FindLinksForData( 
   IDataCollection datacoll
)

Parameters

datacoll
an Northwoods.GoXam.Model.IDataCollection

Return Value

If this model is an Northwoods.GoXam.Model.ILinksModel, this just calls FindLinkForData(Object,IDiagramModel) and collects the Links that are found. Otherwise it looks for Links that are connected to the nodes in the data collection.
See Also

Reference

PartManager Class
PartManager Members
FindPartsForData Method
FindNodesForData Method