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.