documentationfor yFiles for HTML 2.6

MapperInputHandler<TKey,TData>

An IInputHandler implementation that uses an IMapper<K,V> instance to associate the values with the keys.

Inheritance Hierarchy
Implemented Interfaces

Remarks

This implementation can be provided an HandleDeserializationEventArgs-handler to perform the deserialization. If no such value is provided then the default deserialization is performed.

The parsed values are stored in a IMapper<K,V>.

Type Parameters

TKey
The type of the key.
TData
The type of the value.

Type Details

yfiles module
view-graphml
yfiles-umd modules
view-graphml, view
Legacy UMD name
yfiles.graphml.MapperInputHandler

Constructors

Properties

Methods