Northwoods.GoSilverlight 1.3.5 Assembly
DiagramModel Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : DiagramModel Class

The common base class for all predefined model classes.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class DiagramModel 
C# 
public abstract class DiagramModel 

Remarks

This class is not a generic class, unlike the predefined model classes (Northwoods.GoXam.Model.GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>, Northwoods.GoXam.Model.GraphModel<NodeType,NodeKey>, Northwoods.GoXam.Model.TreeModel<NodeType,NodeKey>).

This class defines several kinds of members:

  • a few properties: Name, DataFormat, Modifiable
  • the Changed event and some methods for raising that event
  • the UndoManager property and some methods for executing state changes due to an undo or redo
  • some methods for starting and finishing edits (i.e. groups of state changes)
  • the IsModified property

Inheritance Hierarchy

Requirements

See Also

© 2012 All Rights Reserved.