Class MatrixHelperForMatrixAndTables
Represents a matrix UI control in a DataMiner protocol. To be used when the protocol has matrix and table measurement type parameters to represent the connections.
public class MatrixHelperForMatrixAndTables : MatrixHelper
- Inheritance
-
MatrixHelperForMatrixAndTables
- Inherited Members
- Extension Methods
Constructors
- MatrixHelperForMatrixAndTables(SLProtocol, int)
Initializes a new instance of the MatrixHelperForMatrixAndTables class with automatic detection of the matrix parameters.
- MatrixHelperForMatrixAndTables(SLProtocol, int, int, int, int, int)
Initializes a new instance of the MatrixHelperForMatrixAndTables 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.
- MatrixHelperForMatrixAndTables(SLProtocol, int, int, int, int, int, int)
Initializes a new instance of the MatrixHelperForMatrixAndTables class.
Properties
- DisplayType
Gets or sets the DisplayType. This defines if the matrix parameter and/or the table parameters are filled in.