Class DashboardEntityList
Inheritance
DashboardEntityList
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[MDOProviderPlugin("DashboardEntity")]
public class DashboardEntityList : LiteralsOnlyBase, ISoListProvider, ISoList
Constructors
DashboardEntityList()
Declaration
public DashboardEntityList()
Fields
ProviderName
Declaration
public const string ProviderName = "DashboardEntity"
Field Value
Methods
AddItemsAsync(CancellationToken)
Add items to the list based on the name of know archive providers, list used in selectionsarchive.
Dashboards does not support tiles of selections as selection of selection is not yet supported.
Declaration
protected override Task AddItemsAsync(CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements
Extension Methods