An adapter implementation that wraps an IMapper<(Of <(<'K, V>)>)> to an IDataMap.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesSilverlight.Adapter (in yWorks.yFilesSilverlight.Adapter.dll) Version: 2.1.0.2

Syntax

C#
public class DataMapAdapter<K, V> : DataProviderAdapter<K, V>, 
	IDataMap, IDataProvider, IDataAcceptor
where K : class
Visual Basic
Public Class DataMapAdapter(Of K As Class, V) _
	Inherits DataProviderAdapter(Of K, V) _
	Implements IDataMap, IDataProvider, IDataAcceptor

Type Parameters

K
The type of the key for the mapper.
V
The type of the value for the mapper.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..DataProviderAdapter<(Of <(<'K, V>)>)>
    yWorks.yFiles.UI.Model..::..DataMapAdapter<(Of <(<'K, V>)>)>

See Also