Constructor QActionTable
QActionTable(SLProtocol, int, string)
Initializes a new instance of the QActionTable class.
public QActionTable(SLProtocol protocol, int tableId, string tableName)
Parameters
protocol
SLProtocolSLProtocol interface used to interact with the SLProtocol process.
tableId
intThe ID of the table.
tableName
stringThe 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.