Method FindChildTables
FindChildTables(ProtocolTopologyCell)
Finds the child tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindChildTables(ProtocolTopologyCell cell)
Parameters
cell
ProtocolTopologyCellThe cell.
Returns
- IEnumerable<ProtocolTopologyCell>
The child tables.
FindChildTables(string, ProtocolTopologyCell)
Finds the child tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindChildTables(string topologyname, ProtocolTopologyCell cell)
Parameters
topologyname
stringThe topology name.
cell
ProtocolTopologyCellThe cell.
Returns
- IEnumerable<ProtocolTopologyCell>
The child tables.
FindChildTables(string, int)
Finds the child tables for the specified cell.
public IEnumerable<ProtocolTopologyCell> FindChildTables(string topologyname, int tablePid)
Parameters
Returns
- IEnumerable<ProtocolTopologyCell>
The child tables.