Interface IDmsColumn
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
DataMiner table column interface.
public interface IDmsColumn
- Extension Methods
Properties
- Id
Gets the column parameter ID.
- Table
Gets the table this column is part of.
Methods
- GetAlarmLevel(string)
Retrieves the alarm level of the cell that corresponds with the specified key.
- GetAlarmLevel(string, KeyType)
Retrieves the alarm level of the cell that corresponds with the specified key.
- GetDisplayValue(string)
Gets the displayed value of the cell that corresponds with the specified key.
- GetDisplayValue(string, KeyType)
Gets the displayed value of the cell that corresponds with the specified key.
- Lookup(IEnumerable<string>)
Gets the primary keys of the rows that have one of the specified values for the specified indexed column.
- Lookup(string)
Gets the primary keys of the rows that have the specified value for the specified column.