GoXam for WPF v3
IGroupsModel Interface Methods

Northwoods.GoXam.Model Namespace : IGroupsModel Interface

For a list of all members of this type, see IGroupsModel members.

Public Methods
 NameDescription
 Method Copy existing data and add to this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Add a link between one node/port and another node/port. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Add a node data key to the list of "member" node data keys.  
 MethodAdd a node data to NodesSource. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Add a copy of a node data to this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method This is called during an Undo or a Redo to actually make state changes to this model or to this model's data. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Forget all unresolved delayed or forward references. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Call the UndoManager's CommitTransaction method. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 MethodCreate an ICopyDictionary initialized for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 MethodCreate an empty IDataCollection for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Create a copy of this model initialized with different data. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method This method should be called when a "member" node data key has been added to the list of members.  
 Method This method should be called when a "member" node data key has been removed from the list of members.  
 Method This method should be called when the list of member key values has been replaced.  
 MethodThis should be called when a node data object is added to the NodesSource collection. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method This should be called when a node data's key value may have changed. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 MethodThis should be called when a node data object is removed from the NodesSource collection. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Given a key, find the node data with that key. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method To help distinguish between different kinds of nodes, each node has a "category" that is just a string. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Return a sequence of node data that are directly connected to a given node, in either direction. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Return a sequence of node data that are directly connected by links going into a given node. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method This predicate is true when the given node data represents a group of nodes instead of an "atomic" node.  
 Method Return a collection of member node datas.  
 Method Return the Type of the node data. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Return a sequence of node data that are directly connected by links coming out from a given node. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method This predicate is true if there is a link from one node data/port to another one. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method This predicate is true if adding a link between two nodes/ports would result in a valid graph. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 MethodThis predicate is true if the membernodedata is an immediate member of the groupnodedata.  
 MethodThis predicate is true when it is valid to add the membernodedata to the groupnodedata.  
 Method This predicate is true if the argument is a node data in this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method This predicate is true when the argument is an instance of the node data Type. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 MethodRaise a Changed event, given a ModelChangedEventArgs. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Remove all links connecting the two nodes/ports in the one direction. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Remove a node data key from the list of "member" node data keys.  
 MethodRemove node data from NodesSource. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Call the UndoManager's RollbackTransaction method. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Replace the list of "member" node data keys with a new collection of keys.  
 Method Call the UndoManager's StartTransaction method. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
Top
See Also

Reference

IGroupsModel Interface
Northwoods.GoXam.Model Namespace
ISubGraphModel Interface