GoXam for WPF v3
IConnectedModel Interface Properties

Northwoods.GoXam.Model Namespace : IConnectedModel Interface

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

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 IDiagramModel.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 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 IDiagramModel.UndoManager that a change has occurred. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 PropertyGets or sets the IDiagramModel.UndoManager for this model. (Inherited from Northwoods.GoXam.Model.IDiagramModel)
 Property This property controls the overall graph structure that may be drawn.  
Top
See Also

Reference

IConnectedModel Interface
Northwoods.GoXam.Model Namespace
GraphModel<NodeType,NodeKey> Class