Table of Contents

Interface ILocalTable

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

DataMiner table interface.

public interface ILocalTable : IDmsTable
Inherited Members
Extension Methods

Properties

Element

Gets the element this table is part of.

Methods

GetColumn<T>(uint)

Gets a column with the desired format.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TReturn>)

Gets nine columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TReturn>)

Gets ten columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TReturn>)

Gets eleven columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TReturn>)

Gets twelve columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TReturn>)

Gets thirteen columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TReturn>)

Gets fourteen columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TReturn>)

Gets fifteen columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TReturn>)

Gets sixteen columns from a table and returns an array with the given selector.

GetColumns<T1, T2, TReturn>(uint[], Func<T1, T2, TReturn>)

Gets two columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, TReturn>(uint[], Func<T1, T2, T3, TReturn>)

Gets three columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, TReturn>(uint[], Func<T1, T2, T3, T4, TReturn>)

Gets four columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, TReturn>(uint[], Func<T1, T2, T3, T4, T5, TReturn>)

Gets five columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, TReturn>)

Gets six columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, TReturn>)

Gets seven columns from a table and returns an array with the given selector.

GetColumns<T1, T2, T3, T4, T5, T6, T7, T8, TReturn>(uint[], Func<T1, T2, T3, T4, T5, T6, T7, T8, TReturn>)

Gets eight columns from a table and returns an array with the given selector.