Table of Contents

Class ExtensionsIDmsColumn

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

Defines extension methods for IDmsColumn<T>.

public static class ExtensionsIDmsColumn
Inheritance
ExtensionsIDmsColumn

Methods

GetValueOrDefault<T>(IDmsColumn<T?>, string)

Gets the cell value or the specified default value.

GetValueOrDefault<T>(IDmsColumn<T?>, string, KeyType)

Gets the cell value or the specified default value.

GetValueOrDefault<T>(IDmsColumn<T?>, string, KeyType, T)

Gets the cell value or the specified default value.

GetValueOrDefault<T>(IDmsColumn<T?>, string, T)

Gets the cell value or the specified default value.