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