API Reference
TablerDashboardEntityRecord
Compatibility name for the shared entity record model. Prefer TablerEntityRecord for new code.
Inheritance
- TablerEntityRecord
- TablerDashboardEntityRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public TablerDashboardEntityRecord() #Inherited 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 override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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