HtmlForgeX

API Reference

Class

TablerServiceConfigSettingGrid

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable key/value setting grid for service configuration summaries.

Inheritance

  • Element
  • TablerServiceConfigSettingGrid

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 TablerServiceConfigSettingGrid() #

Methods

public TablerServiceConfigSettingGrid Add(String label, String value, TablerServiceConfigSectionOwnership ownership, Nullable<TablerIconType> icon = null, Nullable<TablerColor> color = null) #
Returns: TablerServiceConfigSettingGrid

Adds a setting row with explicit visual workflow ownership.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
ownership HtmlForgeX.TablerServiceConfigSectionOwnership requiredposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 4
public TablerServiceConfigSettingGrid AddBound(String label, String value, String valueAttributeName, String valueAttributeValue = "1", Nullable<TablerIconType> icon = null, Nullable<TablerColor> color = null) #
Returns: TablerServiceConfigSettingGrid

Adds a setting row whose rendered value is marked with a custom data attribute for live binding.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
valueAttributeName System.String requiredposition: 2
valueAttributeValue System.String = "1" optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 5
public TablerServiceConfigSettingGrid AddSecret(String label, String reference, Nullable<TablerServiceConfigSectionOwnership> ownership = null) #
Returns: TablerServiceConfigSettingGrid

Adds a secret/reference row; the value is displayed as a reference rather than raw secret material.

Parameters

label System.String requiredposition: 0
reference System.String requiredposition: 1
ownership System.Nullable{HtmlForgeX.TablerServiceConfigSectionOwnership} = null optionalposition: 2
RegisterLibraries() #
public TablerServiceConfigSettingGrid Settings(Action<TablerServiceConfigSettingGridSettings> configure) #
Returns: TablerServiceConfigSettingGrid

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigSettingGridSettings} requiredposition: 0
public override String ToString() #
Returns: String