DashboardPanel Class |
Namespace: MFiles.VAF.Configuration.Domain.Dashboards
The DashboardPanel type exposes the following members.
Name | Description | |
---|---|---|
![]() | DashboardPanel |
Constructor.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | 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.) |