HtmlForgeX

API Reference

Class

TablerServiceConfigChangeSummary

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Live pending-change summary for service configuration review and apply pages.

Inheritance

  • Element
  • TablerServiceConfigChangeSummary

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

Methods

public TablerServiceConfigChangeSummary EmptyText(String text) #
Returns: TablerServiceConfigChangeSummary

Sets the message shown when the current studio state matches the clean snapshot.

Parameters

text System.String requiredposition: 0
public TablerServiceConfigChangeSummary MaxItems(Int32 count) #
Returns: TablerServiceConfigChangeSummary

Limits the number of changed paths shown before the compact overflow row.

Parameters

count System.Int32 requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigChangeSummary Settings(Action<TablerServiceConfigChangeSummarySettings> configure) #
Returns: TablerServiceConfigChangeSummary

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets the summary title and optional subtitle.

Parameters

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