Table of Contents

Constructor QActionTable

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

QActionTable(SLProtocol, int, string)

Initializes a new instance of the QActionTable class.

public QActionTable(SLProtocol protocol, int tableId, string tableName)

Parameters

protocol SLProtocol

SLProtocol interface used to interact with the SLProtocol process.

tableId int

The ID of the table.

tableName string

The name of the table.

Remarks

Instances of this base class should never be created. It is used to automatically generate derived classes for tables defined in the protocol. Consider it an abstract class.