Class MatrixHelperForTables
Represents a matrix UI control in a DataMiner protocol. To be used when the protocol only has table measurement type parameters to represent the connections.
public class MatrixHelperForTables : MatrixHelper
- Inheritance
-
MatrixHelperForTables
- Inherited Members
- Extension Methods
Constructors
- MatrixHelperForTables(SLProtocol, int, int)
Initializes a new instance of the MatrixHelperForTables class with automatic detection of the table parameters.
- MatrixHelperForTables(SLProtocol, int, int, int, int, int)
Initializes a new instance of the MatrixHelperForTables class with all parameter IDs specified, except the matrixSerializedParameterId. It is the intention that this parameter is always filled in, however the possibility has been offered to skip this in case of a large table that would be causing performance issues.
- MatrixHelperForTables(SLProtocol, int, int, int, int, int, int)
Initializes a new instance of the MatrixHelperForTables class.