An implementation of the ModelManager<(Of <(<'T>)>)> class that automatically installs, updates and removes visual representations of items in a ICollectionModel<(Of <(<'T>)>)>.

Namespace: yWorks.Canvas.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class CollectionModelManager<T> : InstallerBasedModelManager<T>
where T : class
Visual Basic
Public Class CollectionModelManager(Of T As Class) _
	Inherits InstallerBasedModelManager(Of T)

Type Parameters

T
The type of items in the collection model.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Model..::..ModelManager<(Of <(<'T>)>)>
    yWorks.Canvas.Model..::..InstallerBasedModelManager<(Of <(<'T>)>)>
      yWorks.Canvas.Model..::..CollectionModelManager<(Of <(<'T>)>)>

See Also