DashboardList Class |
Namespace: MFiles.VAF.Configuration.Domain.Dashboards
The DashboardList type exposes the following members.
Name | Description | |
---|---|---|
![]() | DashboardList |
Constructor
|
Name | Description | |
---|---|---|
![]() | Commands |
The top-level commands for the listing (optional).
|
![]() | ID |
The id of the list. Optional.
Will appear in the html output, so the list can be referenced.
|
![]() | Items |
The list's items.
|
![]() | Title |
The title of the listing (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 | |
---|---|---|
![]() | 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.) |