A casting IMapper<(Of <(<'K, V>)>)> implementation that uses the ITagOwner implementation of the IModelItem.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public sealed class TagOwnerMapper<TItemType, TValue> : IMapper<K, V>
where TItemType : ITagOwner
Visual Basic
Public NotInheritable Class TagOwnerMapper(Of TItemType As ITagOwner, TValue) _
	Implements IMapper(Of K, V)

Type Parameters

TItemType
The exact type of the IModelItem that implements the ITagOwner interface.
TValue
The type of the values to map.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..TagOwnerMapper<(Of <(<'TItemType, TValue>)>)>

See Also