GoXam for WPF v3
DoRebuildLinkElements Method
Northwoods.GoXam Namespace > PartManager Class : DoRebuildLinkElements Method
This is called by RebuildLinkElements to construct or reconstruct Links in the diagram.
Syntax
protected virtual void DoRebuildLinkElements()
Remarks

This will call AddLinkForData(Object,IDiagramModel) for each of the link data objects in the model, whether explicit link data in an Northwoods.GoXam.Model.ILinksModel, or implicit for each node in an Northwoods.GoXam.Model.ITreeModel or an Northwoods.GoXam.Model.IConnectedModel. It also calls AddLinkForData(Object,IDiagramModel) for each Link that is in the Diagram's PartsModel.

The implementation of this method and the methods that it calls should not modify the model.

See Also

Reference

PartManager Class
PartManager Members