HtmlForgeX

API Reference

Class

MonitoringAlertDetail

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

public MonitoringAlertDetail AddAction(String label, TablerIconType icon, MonitoringHealthState state = Unknown, String href = "#", Boolean primary = false) #
Returns: MonitoringAlertDetail

Parameters

label String requiredposition: 0
icon TablerIconType requiredposition: 1
state MonitoringHealthState = Unknown optionalposition: 2
href String = "#" optionalposition: 3
primary Boolean = false optionalposition: 4
public MonitoringAlertDetail AddFact(String label, String value, String note = null) #
Returns: MonitoringAlertDetail

Parameters

label String requiredposition: 0
value String requiredposition: 1
note String = null optionalposition: 2
public MonitoringAlertDetail AddImpactedHost(String host, String role, MonitoringHealthState state) #
Returns: MonitoringAlertDetail

Parameters

host String requiredposition: 0
role String requiredposition: 1
state MonitoringHealthState requiredposition: 2
public MonitoringAlertDetail AddTimelineEvent(String time, String title, String description, MonitoringHealthState state = Healthy) #
Returns: MonitoringAlertDetail

Parameters

time String requiredposition: 0
title String requiredposition: 1
description String requiredposition: 2
state MonitoringHealthState = Healthy optionalposition: 3
public MonitoringAlertDetail Header(String title, String subtitle, MonitoringHealthState severity, String status = "Active") #
Returns: MonitoringAlertDetail

Parameters

title String requiredposition: 0
subtitle String requiredposition: 1
severity MonitoringHealthState requiredposition: 2
status String = "Active" optionalposition: 3
public MonitoringAlertDetail Recommendation(String title, String text) #
Returns: MonitoringAlertDetail

Parameters

title String requiredposition: 0
text String requiredposition: 1
public MonitoringAlertDetail Settings(Action<MonitoringAlertDetailSettings> configure) #
Returns: MonitoringAlertDetail

Parameters

configure Action<MonitoringAlertDetailSettings> requiredposition: 0
public override String ToString() #
Returns: String