Class StatusMonitorImageProvider
List of images for status monitors in the blob table.
Inheritance
System.Object
StatusMonitorImageProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("StatusMonitorImage")]
public class StatusMonitorImageProvider : Object, ISoListProvider, ISoList, IPlugin
Constructors
StatusMonitorImageProvider()
Declaration
public StatusMonitorImageProvider()
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
HistoryInfo
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ISoListItem> |
|
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ISoListItem> |
|
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type |
Name |
Description |
System.String |
listName |
|
System.String |
additionalInfo |
|
System.Int32[] |
historyIDs |
|
System.Boolean |
onlyReadHistory |
|
System.String |
searchValue |
|
System.Boolean |
forceFlatList |
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)