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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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