DashboardPanel Class

Represents a simple panel in a StatusDashboard.

Definition

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

Constructors

DashboardPanel Constructor.

Properties

Background Controls the panel background color.
Commands The top-level commands to show for the panel (optional).
Icon The primary icon to show in the panel (optional). Should resolve to a file on either the server or client configurator app.
ID The id of the panel. Optional. Will appear in the html output, so the panel can be referenced.
InnerContent The panel content (optional).
StatusSummary The status of the panel (optional). If specified, rendered as a StatusStub.
Title The title of the panel (optional).
TreePath The domain tree path this list item represents (optional). If specified, the title will become a link that navigates to the tree node at the path in the configurator's navigation pane.

Methods

Generate Generates the panel content as xml.

Extension Methods

SetInnerContent Sets the inner html content of a panel
(Defined by StatusDashboardContentExtensionMethods)
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