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

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