IBadgeableApplicationPanel
is defined in the Telligent.Evolution.Extensibility.Administration.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IBadgeableApplicationPanel : IApplicationPanel, IPlugin { string CssClass { get; } int? DisplayOrder { get; } bool IsCacheable { get; } Guid PanelId { get; } bool VaryBadgeCacheByUser { get; } bool VaryCacheByUser { get; } int GetBadgeCount(Guid applicationType, Guid applicationId); void SetController(IBadgeableApplicationPanelController controller); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CssClass | string | |||
DisplayOrder | int? | |||
IsCacheable | bool | |||
PanelId | Guid | |||
VaryBadgeCacheByUser | bool | |||
VaryCacheByUser | bool |
Methods
int GetBadgeCount(Guid applicationType, Guid applicationId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationType | Guid | Application Type | Required | ||
applicationId | Guid | Application Id | Required |
Return Type
int
void SetController(IBadgeableApplicationPanelController controller);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | IBadgeableApplicationPanelController | Controller | Required |