ISystemStatusIndicator
is defined in the Telligent.Evolution.Extensibility.Administration.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ISystemStatusIndicator : IPlugin { string CssClass { get; } int? DisplayOrder { get; } Guid IndicatorId { get; } string IndicatorName { get; } bool IsCacheable { get; } string RelatedUrl { get; } SystemStatus Status { get; } SystemStatusType StatusType { get; } bool VaryCacheByUser { get; } string GetViewHtml(Target target); void SetController(ISystemStatusIndicatorController controller); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CssClass | string | |||
DisplayOrder | int? | |||
IndicatorId | Guid | |||
IndicatorName | string | |||
IsCacheable | bool | |||
RelatedUrl | string | |||
Status | SystemStatus | |||
StatusType | SystemStatusType | |||
VaryCacheByUser | bool |
Methods
string GetViewHtml(Target target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | Target | Target | Required |
Return Type
string
void SetController(ISystemStatusIndicatorController controller);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | ISystemStatusIndicatorController | Controller | Required |