Table of Contents

Class MatrixHelperForMatrix

Namespace
Skyline.DataMiner.Core.Matrix.Protocol
Assembly
Skyline.DataMiner.Core.Matrix.Protocol.dll

Represents a matrix UI control in a DataMiner protocol. To be used when the protocol only has a matrix measurement type parameter to represent the connections.

public class MatrixHelperForMatrix : MatrixHelper
Inheritance
MatrixHelperForMatrix
Inherited Members
Extension Methods

Constructors

MatrixHelperForMatrix(SLProtocol, int)

Initializes a new instance of the MatrixHelperForMatrix class with automatic detection of the matrix parameters.

MatrixHelperForMatrix(SLProtocol, int, int, int)

Initializes a new instance of the MatrixHelperForMatrix 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.

MatrixHelperForMatrix(SLProtocol, int, int, int, int)

Initializes a new instance of the MatrixHelperForMatrix class with all parameter IDs specified.