Table of Contents

Method FindParentTables

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

FindParentTables(string, ProtocolTopologyCell)

Finds the parent tables for the specified cell.

public IEnumerable<ProtocolTopologyCell> FindParentTables(string name, ProtocolTopologyCell cell)

Parameters

name string

The name.

cell ProtocolTopologyCell

The cell.

Returns

IEnumerable<ProtocolTopologyCell>

The parent tables.

FindParentTables(string, int)

Finds the parent tables for the specified cell.

public IEnumerable<ProtocolTopologyCell> FindParentTables(string topologyname, int tablePid)

Parameters

topologyname string

The topology name.

tablePid int

The table ID.

Returns

IEnumerable<ProtocolTopologyCell>

The parent tables.