HtmlForgeX

API Reference

Class

TablerEntityList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Card-list hybrid for customers, devices, services, assets, and similar entity records.

Inheritance

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

Methods

AddEntityRecord 2 overloads
public TablerEntityList AddEntityRecord(TablerDashboardEntityRecord record) #
Returns: TablerEntityList
EditorBrowsable(2)

Adds a shared entity record without remapping it by hand.

Parameters

record HtmlForgeX.TablerEntityRecord requiredposition: 0
AddEntityRecord(HtmlForgeX.TablerDashboardEntityRecord record) #

Adds a shared entity record using the legacy dashboard record name.

Parameters

record HtmlForgeX.TablerDashboardEntityRecord required
public TablerEntityList AddItem(Action<TablerEntityListItem> configure) #
Returns: TablerEntityList

Adds a typed entity row.

Parameters

configure System.Action{HtmlForgeX.TablerEntityListItem} requiredposition: 0
RegisterLibraries() #
public TablerEntityList Settings(Action<TablerEntityListSettings> configure) #
Returns: TablerEntityList

Groups less-common display toggles under a single fluent entry point.

Parameters

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