IBadgeableAdministrationExplicitPanel
is defined in the Telligent.Evolution.Extensibility.Administration.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IBadgeableAdministrationExplicitPanel : IAdministrationExplicitPanel, IPlugin { string CssClass { get; } int? DisplayOrder { get; } bool IsCacheable { get; } Guid PanelId { get; } bool VaryBadgeCacheByUser { get; } bool VaryCacheByUser { get; } int GetBadgeCount(NameValueCollection parameters); void SetController(IBadgeableAdministrationExplicitPanelController parameters); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CssClass | string | |||
DisplayOrder | int? | |||
IsCacheable | bool | |||
PanelId | Guid | |||
VaryBadgeCacheByUser | bool | |||
VaryCacheByUser | bool |
Methods
int GetBadgeCount(NameValueCollection parameters);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
parameters | NameValueCollection | Parameters | Required |
Return Type
int
void SetController(IBadgeableAdministrationExplicitPanelController parameters);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
parameters | IBadgeableAdministrationExplicitPanelController | Parameters | Required |