HtmlForgeX

API Reference

Class

TablerServiceConfigProbeCatalog

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable catalog for service probes, health checks, sync checks, and inspections.

Inheritance

  • Element
  • TablerServiceConfigProbeCatalog

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public TablerServiceConfigProbeCatalog() #

Methods

AddProbe 4 overloads
public TablerServiceConfigProbeCatalog AddProbe(String name, String targets, String interval, String state, TablerIconType icon, TablerColor color = Green) #
Returns: TablerServiceConfigProbeCatalog

Adds a probe card with target count, interval, and state summary.

Parameters

name System.String requiredposition: 0
targets System.String requiredposition: 1
interval System.String requiredposition: 2
state System.String requiredposition: 3
icon HtmlForgeX.TablerIconType requiredposition: 4
color HtmlForgeX.TablerColor = Green optionalposition: 5
public TablerServiceConfigProbeCatalog AddProbe(String key, String name, String targets, String interval, String state, TablerIconType icon, TablerColor color = Green) #
Returns: TablerServiceConfigProbeCatalog

Adds a probe card and configures item-level state such as active, disabled, warning, or error.

Parameters

name System.String requiredposition: 0
targets System.String requiredposition: 1
interval System.String requiredposition: 2
state System.String requiredposition: 3
icon HtmlForgeX.TablerIconType requiredposition: 4
color HtmlForgeX.TablerColor requiredposition: 5
configure System.Action{HtmlForgeX.TablerServiceConfigProbeItemSettings} = Green optionalposition: 6
AddProbe(System.String key, System.String name, System.String targets, System.String interval, System.String state, HtmlForgeX.TablerIconType icon, HtmlForgeX.TablerColor color) #

Adds a probe card with a stable data key.

Parameters

key System.String required
name System.String required
targets System.String required
interval System.String required
state System.String required
icon HtmlForgeX.TablerIconType required
color HtmlForgeX.TablerColor required
public TablerServiceConfigProbeCatalog AddProbe(String key, String name, String targets, String interval, String state, TablerIconType icon, TablerColor color, Action<TablerServiceConfigProbeItemSettings> configure) #
Returns: TablerServiceConfigProbeCatalog

Adds a probe card with a stable data key and item-level state settings.

Parameters

key System.String requiredposition: 0
name System.String requiredposition: 1
targets System.String requiredposition: 2
interval System.String requiredposition: 3
state System.String requiredposition: 4
icon HtmlForgeX.TablerIconType requiredposition: 5
color HtmlForgeX.TablerColor requiredposition: 6
configure System.Action{HtmlForgeX.TablerServiceConfigProbeItemSettings} requiredposition: 7
RegisterLibraries() #
public TablerServiceConfigProbeCatalog Settings(Action<TablerServiceConfigProbeCatalogSettings> configure) #
Returns: TablerServiceConfigProbeCatalog

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigProbeCatalogSettings} requiredposition: 0
public TablerServiceConfigProbeCatalog Title(String title, String subtitle = null) #
Returns: TablerServiceConfigProbeCatalog

Sets an optional catalog title and subtitle.

Parameters

title System.String requiredposition: 0
subtitle System.String = null optionalposition: 1
public override String ToString() #
Returns: String