Table of Contents

Method FindChildTables

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

FindChildTables(ProtocolTopologyCell)

Finds the child tables for the specified cell.

public IEnumerable<ProtocolTopologyCell> FindChildTables(ProtocolTopologyCell cell)

Parameters

cell ProtocolTopologyCell

The 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 string

The topology name.

cell ProtocolTopologyCell

The 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

topologyname string

The topology name.

tablePid int

The table ID.

Returns

IEnumerable<ProtocolTopologyCell>

The child tables.