SelectTreeNodeCommand Class

Represents a dashboard command that navigates to another tree node in the configurator's navigation pane.

Definition

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

Constructors

Properties

Attributes Simple access to the command element attributes that will be used when generating the xml.
(Inherited from DashboardCommand)
NodePath The path to the tree node to navigate to when the command is activated (clicked).
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