HtmlForgeX

API Reference

Class

TablerAuditLogCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reporting-oriented review card that combines a compact audit summary strip with a lazy DataTables log surface.

Inheritance

Constructors

Methods

public TablerAuditLogCard Accent(TablerColor color) #
Returns: TablerAuditLogCard

Sets the ambient accent color used by the audit card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerAuditLogCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerAuditLogCard

Adds a compact headline metric above the audit table.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
Bind 2 overloads
public TablerAuditLogCard Bind(IEnumerable<Object> data, Action<DataTablesTable> configure = null) #
Returns: TablerAuditLogCard

Binds a single object or collection to the audit DataTable surface.

Parameters

data System.Object requiredposition: 0
configure System.Action{HtmlForgeX.DataTablesTable} = null optionalposition: 1
Bind(System.Collections.Generic.IEnumerable{System.Object} data, System.Action{HtmlForgeX.DataTablesTable} configure) #

Binds a collection to the audit DataTable surface.

Parameters

data System.Collections.Generic.IEnumerable{System.Object} required
configure System.Action{HtmlForgeX.DataTablesTable} required
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerAuditLogCard Settings(Action<TablerAuditLogCardSettings> configure) #
Returns: TablerAuditLogCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerAuditLogCardSettings} requiredposition: 0
public TablerAuditLogCard Subtitle(String subtitle) #
Returns: TablerAuditLogCard

Sets supporting text displayed below the card title.

Parameters

subtitle System.String requiredposition: 0
public TablerAuditLogCard Title(String title) #
Returns: TablerAuditLogCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String