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

Namespace: yWorks.Support
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

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