DashboardDomainCommand Class

Represents a dashboard command that triggers a domain command.

Definition

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

Constructors

Properties

Attributes Simple access to the command element attributes that will be used when generating the xml.
(Inherited from DashboardCommand)
DomainCommandID The domain command id to trigger when the command is activated.
Style The style indicating how the command should be shown.
(Inherited from DashboardCommand)
Title The title of the command.
(Inherited from DashboardCommand)
ToolTip The tooltip (mouse hover text) of the command.
(Inherited from DashboardCommand)

Methods

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

See Also