An implementation of the IModelItemInstaller<(Of <(<'T>)>)> interface that will use a fixed ICanvasObjectDescriptor for each item that is assignable a specific type.

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 sealed class TypeBasedItemInstaller<T> : IModelItemInstaller<TModelItem>
Visual Basic
Public NotInheritable Class TypeBasedItemInstaller(Of T) _
	Implements IModelItemInstaller(Of TModelItem)

Type Parameters

T
The type of the item installer.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Model..::..TypeBasedItemInstaller<(Of <(<'T>)>)>

See Also