DashboardCommand Class |
Namespace: MFiles.VAF.Configuration.Domain.Dashboards
The DashboardCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | DashboardCommand |
Constructor.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Generate |
Renders the command.
|
![]() | GetAttributeSafe |
Helper method to access attributes safely, even if they aren't defined.
|
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.) |