StatusStub Class

Creates a html structure representing a StatusSummary. Rendering the label and/or status icon if defined, and also showing the description as a tooltip if available.

Definition

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

Constructors

StatusStub Constructor.
StatusStub(DomainStatusSummary) Constructor.

Properties

StatusSummary The status to render.

Methods

Generate Renders the status stub

Extension Methods

ToXmlFragment Converts an IDashboardContent to an xml fragment in an undefined xml document.
(Defined by DashboardHelper)
ToXmlString Converts an IDashboardContent to a string.
(Defined by DashboardHelper)

See Also