Creating the NodeTable Table Representation
To create NodeTable in the Server Data Source inspector:
1. Expand the Network class.
2. Expand the domains relation.
3. Drag and drop the nodes relation from the Domain class.
This action creates the following representation objects:
A table representation attached to the
network view origin stores all the nodes of all propagated domains.
For the same
Network object, one
DomainTable and one
NodeTable are created. It means that the
Network object is represented by two
IlsSwTable objects,
DomainTable and
NodeTable.
Domain and
Node objects are represented by two
IlsSwRow objects attached to these tables, as specified in the view specification
code.
Version 6.3
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.