API Reference
TablerEntityRecord
Shared entity record model that can be rendered as an entity list row, collection card, or collection-table row.
Inheritance
- Object
- TablerEntityRecord
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
- Method TablerDashboardEntityRecord.Action
- Method TablerDashboardEntityRecord.Avatar
- Method TablerDashboardEntityRecord.Class
- Method TablerDashboardEntityRecord.Eyebrow
- Method TablerDashboardEntityRecord.Href
- Method TablerDashboardEntityRecord.Icon
- Method TablerDashboardEntityRecord.Initials
- Method TablerDashboardEntityRecord.MenuDivider
- Method TablerDashboardEntityRecord.MenuItem
- Method TablerDashboardEntityRecord.Meta
- Method TablerDashboardEntityRecord.Metric
- Method TablerDashboardEntityRecord.Progress
- Method TablerDashboardEntityRecord.Selected
- Method TablerDashboardEntityRecord.Status
- Method TablerDashboardEntityRecord.Subtitle
- Method TablerDashboardEntityRecord.Title
- Method TablerEntityRecord.Action
- Method TablerEntityRecord.Avatar
- Method TablerEntityRecord.Class
- Method TablerEntityRecord.Eyebrow
- Method TablerEntityRecord.Href
- Method TablerEntityRecord.Icon
- Method TablerEntityRecord.Initials
- Method TablerEntityRecord.MenuDivider
- Method TablerEntityRecord.MenuItem
- Method TablerEntityRecord.Meta
- Method TablerEntityRecord.Metric
- Method TablerEntityRecord.Progress
- Method TablerEntityRecord.Selected
- Method TablerEntityRecord.Status
- Method TablerEntityRecord.Subtitle
- Method TablerEntityRecord.Title
Accepted by parameters
Constructors
public TablerEntityRecord() #Methods
public TablerEntityRecord Action(String text, String href, Action<TablerButton> configure = null) #TablerEntityRecordAdds a primary action that can be replayed across supported collection views.
Parameters
- text System.String
- href System.String
- configure System.Action{HtmlForgeX.TablerButton} = null
public TablerEntityRecord Avatar(String imageUrl) #TablerEntityRecordUses an avatar image for the leading slot.
Parameters
- imageUrl System.String
public TablerEntityRecord Class(String className) #TablerEntityRecordEditorBrowsable(2)Adds classes to the rendered surfaces.
Parameters
- className System.String
public TablerEntityRecord Eyebrow(String eyebrow) #TablerEntityRecordSets a small overline/eyebrow label.
Parameters
- eyebrow System.String
public TablerEntityRecord Href(String href) #TablerEntityRecordSets an optional navigation target.
Parameters
- href System.String
public TablerEntityRecord Icon(TablerIconType icon, TablerColor accent = Azure) #TablerEntityRecordUses an icon instead of an avatar.
Parameters
- icon HtmlForgeX.TablerIconType
- accent HtmlForgeX.TablerColor = Azure
public TablerEntityRecord Initials(String initials, TablerColor accent = Azure) #TablerEntityRecordUses initials when no image exists.
Parameters
- initials System.String
- accent HtmlForgeX.TablerColor = Azure
public TablerEntityRecord Meta(String text, Nullable<TablerColor> color = null) #TablerEntityRecordAdds small meta badges such as tags, regions, or capacities.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerEntityRecord Metric(String value, String note = null) #TablerEntityRecordAdds a headline metric with supporting note.
Parameters
- value System.String
- note System.String = null
public TablerEntityRecord Progress(Int32 percent, TablerColor color = Azure, String label = null) #TablerEntityRecordAdds an optional progress row beneath the content.
Parameters
- percent System.Int32
- color HtmlForgeX.TablerColor = Azure
- label System.String = null
public TablerEntityRecord Selected(Boolean selected = true) #TablerEntityRecordMarks the record as selected.
Parameters
- selected System.Boolean = true
public TablerEntityRecord Status(String text, TablerColor color = Azure) #TablerEntityRecordAdds a compact status badge.
Parameters
- text System.String
- color HtmlForgeX.TablerColor = Azure
public TablerEntityRecord Subtitle(String subtitle) #TablerEntityRecordSets supporting descriptive copy.
Parameters
- subtitle System.String
public TablerEntityRecord Title(String title) #TablerEntityRecordSets the primary title.
Parameters
- title System.String