HtmlForgeX

API Reference

Class

MonitoringConnectionGraph

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 MonitoringConnectionGraph AddLeft(String title, String note, MonitoringHealthState state = Healthy) #
Returns: MonitoringConnectionGraph

Parameters

title String requiredposition: 0
note String requiredposition: 1
state MonitoringHealthState = Healthy optionalposition: 2
public MonitoringConnectionGraph AddRight(String title, String note, MonitoringHealthState state = Healthy) #
Returns: MonitoringConnectionGraph

Parameters

title String requiredposition: 0
note String requiredposition: 1
state MonitoringHealthState = Healthy optionalposition: 2
public MonitoringConnectionGraph Center(String title, String note, MonitoringHealthState state = Healthy) #
Returns: MonitoringConnectionGraph

Parameters

title String requiredposition: 0
note String requiredposition: 1
state MonitoringHealthState = Healthy optionalposition: 2
public MonitoringConnectionGraph Settings(Action<MonitoringConnectionGraphSettings> configure) #
Returns: MonitoringConnectionGraph

Parameters

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