Provides a base implementation of the IDiagramModel interface.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public abstract class DiagramModelBase<TNode, TConnection> : IDiagramModel where TNode : IDiagramNode where TConnection : IDiagramConnection
Visual Basic (Declaration)
Public MustInherit Class DiagramModelBase(Of TNode As IDiagramNode, TConnection As IDiagramConnection) _
	Implements IDiagramModel

Type Parameters

TNode
The type of nodes that this diagram supports.
TConnection
The type of connection that this diagram supports.

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.DiagramModelBase<(Of <(TNode, TConnection>)>)
    Mindscape.WpfDiagramming..::.Diagram

See Also