HtmlForgeX

API Reference

Class

MonitoringRankedList

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 MonitoringRankedList AddItem(String title, String note, MonitoringHealthState state, String meta = null) #
Returns: MonitoringRankedList

Parameters

title String requiredposition: 0
note String requiredposition: 1
state MonitoringHealthState requiredposition: 2
meta String = null optionalposition: 3
public MonitoringRankedList Settings(Action<MonitoringRankedListSettings> configure) #
Returns: MonitoringRankedList

Parameters

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