Name | Description | |
---|---|---|
![]() | AddCollectionCopy | Copy existing data and add to this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | AddFromNodeKey | Modify the list of "from" node keys by adding another node data key value. |
![]() | AddLink | Add a link between one node/port and another node/port. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | AddNode | Add a node data to IDiagramModel.NodesSource. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | AddNodeCopy | Add a copy of a node data to this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | AddToNodeKey | Modify the list of "to" node keys by adding another node data key value. |
![]() | ChangeModel | 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) |
![]() | ClearUnresolvedReferences | Forget all unresolved delayed or forward references. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | CommitTransaction | Call the UndoManager's CommitTransaction method. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | CreateCopyDictionary | Create an ICopyDictionary initialized for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | CreateDataCollection | Create an empty IDataCollection for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | CreateInitializedCopy | Create a copy of this model initialized with different data. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | DoFromNodeKeyAdded | This should be called when a "from" node data key value has been added to the collection of "from" nodes. |
![]() | DoFromNodeKeyRemoved | This should be called when a "from" node data key value has been removed from the collection of "from" nodes. |
![]() | DoFromNodeKeysChanged | This should be called when the collection of "from" node keys has been replaced on a node data. |
![]() | DoNodeAdded | This should be called when a node data object is added to the IDiagramModel.NodesSource collection. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | DoNodeKeyChanged | This should be called when a node data's key value may have changed. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | DoNodeRemoved | This should be called when a node data object is removed from the IDiagramModel.NodesSource collection. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | DoToNodeKeyAdded | This should be called when a "to" node data key value has been added to the collection of "to" nodes. |
![]() | DoToNodeKeyRemoved | This should be called when a "to" node data key value has been removed from the collection of "to" nodes. |
![]() | DoToNodeKeysChanged | This should be called when the collection of "to" node keys has been replaced on a node data. |
![]() | FindNodeByKey | Given a key, find the node data with that key. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | GetCategoryForNode | To help distinguish between different kinds of nodes, each node has a "category" that is just a string. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | GetConnectedNodesForNode | Return a sequence of node data that are directly connected to a given node, in either direction. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | GetFromNodesForNode | Return a sequence of node data that are directly connected by links going into a given node. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | GetNodeType | Return the Type of the node data. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | GetToNodesForNode | Return a sequence of node data that are directly connected by links coming out from a given node. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | IsLinked | This predicate is true if there is a link from one node data/port to another one. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | IsLinkValid | This predicate is true if adding a link between two nodes/ports would result in a valid graph. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | IsNodeData | This predicate is true if the argument is a node data in this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | IsNodeType | This predicate is true when the argument is an instance of the node data Type. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | IsRelinkValid | This predicate is true if changing an existing link between two nodes/ports would result in a valid graph |
![]() | RaiseChanged | Raise a IDiagramModel.Changed event, given a ModelChangedEventArgs. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | RemoveFromNodeKey | Modify the list of "from" node keys by removing a node data key value. |
![]() | RemoveLink | Remove all links connecting the two nodes/ports in the one direction. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | RemoveNode | Remove node data from IDiagramModel.NodesSource. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | RemoveToNodeKey | Modify the list of "to" node keys by removing a node data key value. |
![]() | RollbackTransaction | Call the UndoManager's RollbackTransaction method. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |
![]() | SetFromNodeKeys | Replace the list of "from" node keys with another collection of key values. |
![]() | SetToNodeKeys | Replace the list of "to" node keys with another collection of key values. |
![]() | StartTransaction | Call the UndoManager's StartTransaction method. (Inherited from Northwoods.GoXam.Model.IDiagramModel) |