StatusDashboardContentExtensionMethods Class

Contains helper extension methods for generating dashboard content.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static class StatusDashboardContentExtensionMethods
Inheritance
Object    StatusDashboardContentExtensionMethods

Methods

AddContent(DashboardFragment, FormattableString) Adds a FormattableString content to a [!:DashboardContent].
AddContent(StatusDashboard, IDashboardContent) Inserts html content into a dashboard.
AddContent(StatusDashboard, FormattableString) Inserts html content into a dashboard.
SetInnerContent(DashboardListItem, FormattableString) Sets the inner html content of a list item.
SetInnerContent(DashboardPanel, FormattableString) Sets the inner html content of a panel

See Also