
public class PartsModel : Northwoods.GoXam.Model.GraphLinksModel<Node,string,string,Link>, IDiagramModel, IGroupsModel, ILinksModel, ISubGraphLinksModel, ISubGraphModel
NodesSource is an ObservableCollection. LinksSource is an ObservableCollection. References to nodes are strings. They are stored on each Northwoods.GoXam.Node by the Northwoods.GoXam.Node.Id property. Links refer to nodes by the Northwoods.GoXam.Link.PartsModelFromNode and Northwoods.GoXam.Link.PartsModelToNode properties, and by the Northwoods.GoXam.Link.PartsModelLabelNode property. Nodes also refer to their containing subgraph nodes by the Northwoods.GoXam.Node.PartsModelContainingSubGraph property.
This class is not Serializable, because the data are FrameworkElements.
System.Object
Northwoods.GoXam.Model.DiagramModel
Northwoods.GoXam.Model.GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>
Northwoods.GoXam.Model.PartsModel