Table of Contents

Interface IDmsColumn<T>

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

DataMiner table column interface of a specific type.

public interface IDmsColumn<T> : IDmsColumn

Type Parameters

T

The type of the column.

Inherited Members
Extension Methods

Methods

GetValue(string)

Gets the value of the cell that corresponds with the specified key.

GetValue(string, KeyType)

Gets the value of the cell that corresponds with the specified key.

SetValue(string, KeyType, T)

Sets the value of a cell in a table.

SetValue(string, KeyType, T, TimeSpan, ExpectedChanges)

Sets the value of a cell in a table and waits on specified expected changes.

SetValue(string, T)

Sets the value of a cell in a table.