Table of Contents

Class DataMinerConnectorDataGrid

Namespace
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.DataMapper
Assembly
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.dll

Represents a table in a DataMiner connector. Columns can be mapped to a certain value in the YANG model.

public class DataMinerConnectorDataGrid : IDataMinerConnectorDataEntity, IDataEntity
Inheritance
DataMinerConnectorDataGrid
Implements
Extension Methods

Constructors

DataMinerConnectorDataGrid(string, int, IEnumerable<IDataMinerConnectorDataGridColumn>)

Initializes a new instance of the DataMinerConnectorDataGrid class.

Properties

Id

Gets the ID of the table parameter.

PathYangModel

Gets the path in the YANG model.

PathYangModelAsString

Gets the path in the YANG model in string format.

Methods

ChangeReferencedValues(DateTime, DataValueOriginType)

Changes the values of referenced columns when one of its source columns has had a value change.

ChangeValue(PathElem[], TypedValue, DateTime, DataValueOriginType, string)

Processes the update and adds it to the table cells that need to be changed.

DeleteRow(string, DateTime)

Deletes the row if timestampUtc is more recent than the last received one.

ReadPrimaryKeys(SLProtocol)

Reads the primary keys of the table.