DashboardCommand Class

Represents a "clickable" command in the dashboard.

Definition

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

Constructors

DashboardCommand Constructor.

Properties

Attributes Simple access to the command element attributes that will be used when generating the xml.
Style The style indicating how the command should be shown.
Title The title of the command.
ToolTip The tooltip (mouse hover text) of the command.

Methods

Generate Renders the command.
GetAttributeSafe Helper method to access attributes safely, even if they aren't defined.

Extension Methods

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