documentationfor yFiles for HTML 3.0.0.3

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 a HandleDeserializationEventArgs-handler to perform the deserialization. If no such value is provided then the default deserialization is performed.

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

Type Parameters

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

Type Details

yFiles module
view

Constructors

Properties

Methods