GoXam for WPF v3
DiagramModel Class Methods


Northwoods.GoXam.Model Namespace : DiagramModel Class

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

Public Methods
 NameDescription
Public Method This is called during an Undo or a Redo to actually make state changes to this model or to this model's data.  
Public Method Call the UndoManager's CommitTransaction method.  
Public MethodRaise a Changed event, given a ModelChangedEventArgs.  
Public MethodOverloaded. Raise a Changed event, given before and after values for a particular property.  
Public Method Call the UndoManager's RollbackTransaction method.  
Public Method Call the UndoManager's StartTransaction method.  
Top
Protected Methods
 NameDescription
Protected Method This is called during undo or redo to effect state changes to model data.  
Protected Method This is called during undo or redo to effect state changes to this model.  
Protected MethodRaises the Changed event.  
Protected MethodReset the fields that should not be shared from a copy created by System.Object.MemberwiseClone.  
Top
See Also

Reference

DiagramModel Class
Northwoods.GoXam.Model Namespace
IDiagramModel Interface
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Class