documentationfor yFiles for HTML 2.6

MapperDataProviderAdapter<TKey,TValue>

Wraps an IMapper<K,V> into an IDataProvider.

Inheritance Hierarchy
MapperDataProviderAdapter
Implemented Interfaces

Remarks

This class is used by LayoutExecutor, LayoutGraphAdapter, and YGraphAdapter to convert an IGraph into a corresponding Graph. Unless that conversion needs to be customized, or aforementioned classes cannot be used, this class usually doesn't need to be used explicitly.

Type Parameters

TKey
The type of the keys.
TValue
The type of the values.

Type Details

yfiles module
view-layout-bridge
yfiles-umd modules
view-layout-bridge
Legacy UMD name
yfiles.layout.DataProviderAdapter

Constructors

Methods