documentationfor yFiles for HTML 2.6

ItemCollectionMapping<TItem,TValue>

Provides a way to define a mapping from a collection of items to a common value for each item for usage in conjunction with class LayoutData.

Inheritance Hierarchy
ItemCollectionMapping

Remarks

This class supports LayoutData implementations and does not usually have to be instantiated by client code explicitly. Instances of this class are properties of concrete LayoutData implementations.

Type Parameters

TItem
The type of the items that are mapped.
TValue
The type of the values the items are mapped to.

Type Details

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

See Also

Constructors

Methods