DashboardListItem Class |
Namespace: MFiles.VAF.Configuration.Domain.Dashboards
The DashboardListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | DashboardListItem |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Commands |
Commands (links/buttons) to show for the list item.
|
![]() | Icon |
A path to the icon to use for the list item (optional).
Should resolve to a file on either the server or client configurator app.
|
![]() | ID |
The id of the list item. Optional.
Will appear in the html output, so the item can be referenced.
|
![]() | InnerContent |
The free content to show for the list item.
For most lists, this should be kept short.
|
![]() | StatusSummary |
The status of the list item (optional).
If specified, rendered as a StatusStub.
|
![]() | Title |
The title of the list item. Should be set.
|
![]() | 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 list item.
(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.) |