public class DashboardCommand : IDashboardContent
DashboardCommand | Constructor. |
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. |
Generate | Renders the command. |
GetAttributeSafe | Helper method to access attributes safely, even if they aren't defined. |
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) |