C

DataKey<TValue>
abstract

This is the base class of all look-up keys that are used to register IMapper<K, V> with a LayoutGraph.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Type Parameters

TValue

The type of the values that are returned by the registered with this class.

See Also

Developer's Guide

API

addItemData, getItemData, remove

Members

Show:

Properties

Gets the unique identifier for this key or null if none was specified.
readonlyfinal

Property Value

The unique identifier for this key or null if none was specified.

Methods

Determines whether the specified Object is equal to this instance.

Parameters

obj: any
The Object to compare with this instance.

Return Value

boolean
true if the specified Object is equal to this instance; otherwise, false.
Returns a hash code for this instance.
Returns whether this key is equal to the specified other.
protectedfinal

Parameters

other: DataKey<TValue>
The other key to compare with this instance.

Return Value

boolean
true if the specified key is equal to this instance; otherwise, false.