HtmlForgeX

API Reference

Class

MonitoringTimeline

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 MonitoringTimeline AddEvent(String time, String title, String description, MonitoringHealthState state = Healthy) #
Returns: MonitoringTimeline

Parameters

time String requiredposition: 0
title String requiredposition: 1
description String requiredposition: 2
state MonitoringHealthState = Healthy optionalposition: 3
public MonitoringTimeline Settings(Action<MonitoringTimelineSettings> configure) #
Returns: MonitoringTimeline

Parameters

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