DashboardListItem Class

Represents a list item shown in a DashboardList.

Definition

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

Constructors

DashboardListItem Constructor.

Properties

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.

Methods

Generate Renders the list item.

Extension Methods

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)

See Also