The [!:IMapper] key that is used to bind tables to nodes used on a yFiles FLEX client.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public static readonly string TableMapperKey
Visual Basic
Public Shared ReadOnly TableMapperKey As String

Remarks

This map is meant to handle tables if no styles are intended to be sent to the client. If styles are sent to the client, too, and the tables are bound to the nodes via a style like [!:TableNodeStyle] or [!:DynamicTableNodeStyle] it is recommended not to use this map but the table provider instead.

See Also