Class DashboardTileListProvider
MDO list provider for Dashboard tiles If the DashboardTileEntityType parameter is given in the ExtraInfo, only this type will be shown in list, so no tree view in that case. Example: DashboardTileEntityType=Company
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("DashboardTile")]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("DashboardTileEntityType", "DashboardTileEntityType Enum type to filter tiles on", "Document")]
public class DashboardTileListProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
DashboardTileListProvider()
MDO list provider for Dashboard tiles If the DashboardTileEntityType parameter is given in the ExtraInfo, only this type will be shown in list, so no tree view in that case. Example: DashboardTileEntityType=Company
Declaration
public DashboardTileListProvider()
Fields
ProviderName
MDO list provider for Dashboard tiles If the DashboardTileEntityType parameter is given in the ExtraInfo, only this type will be shown in list, so no tree view in that case. Example: DashboardTileEntityType=Company
Declaration
public const string ProviderName = "DashboardTile"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
MDO list provider for Dashboard tiles If the DashboardTileEntityType parameter is given in the ExtraInfo, only this type will be shown in list, so no tree view in that case. Example: DashboardTileEntityType=Company
Declaration
protected override void AddItems()