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 InstallerBasedModelManager<T> : ModelManager<T>
Visual Basic
Public Class InstallerBasedModelManager(Of T) _
	Inherits ModelManager(Of T)

Type Parameters

T
The type of items in the collection model.

Inheritance Hierarchy

See Also