GoXam for WPF v3
ILinksModel Interface Members
Properties  Methods 

Northwoods.GoXam.Model Namespace : ILinksModel Interface

The following tables list the members exposed by ILinksModel.

Public Properties
 NameDescription
 Property Gets or sets the format of this model's data. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 PropertyThis property is true during a call to ChangeModel, indicating a change happening due to an undo or a redo. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property True if there is an UndoManager and a transaction has been started. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property Gets or sets whether this model is considered changed from an earlier state. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property The collection of link data objects  
 Property Gets or sets whether various model-changing methods are enabled. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property A name for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property Gets or sets the collection of node data items for the model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 PropertyGets or sets a flag that controls whether the model notifies any UndoManager that a change has occurred. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 PropertyGets or sets the UndoManager for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property This property controls the overall graph structure that may be drawn.  
 Property This property controls whether link data must always connect to node data at both ends of the link.  
Top
Public Methods
 NameDescription
 Method Copy existing data and add to this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 MethodAdd a link data to LinksSource.  
 Method Add a copy of a link data to this model.  
 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)
 MethodThis method should be called when a link data has been added to the LinksSource collection.  
 Method This method must be called when any "label" node is added, removed, or replaced.  
 Method This method must be called when either the "from" or the "to" node (or port) has changed.  
 MethodThis method should be called when a link data has been removed from the LinksSource collection.  
 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 links, each link has a "category" that is just a string.  
 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 Find all links coming into a given node.  
 Method Returns the node from which a link comes.  
 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 Returns any "from" port parameter information.  
 Method This predicate is true if the given node data is associated with a link data as a label.  
 Method This predicate is true if the given link data has a node label.  
 Method This predicate is true if the given node data acts as a label for a link.  
 Method Find the link data with which a label node is associated, if any.  
 Method Find the node data that is the label for a link, if there is one.  
 Method Find all links connecting two nodes/ports in one direction.  
 MethodOverloaded.  Find all links connected to a node in either direction.  
 Method Return the Type of the node data. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Method Find all links going out of a given node.  
 Method Returns the node to which a link goes.  
 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 Returns any "to" port parameter information.  
 MethodThis predicate is true if the linkdata is in the LinksSource collection.  
 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 the object is non-null and is of a type that the model accepts for link data.  
 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)
 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)
 Method This predicate is true if changing an existing link between two nodes/ports would result in a valid graph  
 MethodRaise a Changed event, given a ModelChangedEventArgs. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 MethodRemove a link data from LinksSource.  
 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 Set the "from" node and port information for a link data.  
 Method Change the "label" node data for a link data.  
 Method Set the "to" node and port information for a link data.  
 Method Call the UndoManager's StartTransaction method. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
Top
See Also

Reference

ILinksModel Interface
Northwoods.GoXam.Model Namespace
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class