VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Configuration.Domain.Dashboards
DashboardHelper Class
DashboardHelper Methods
AddClass Method
AddRefreshContentBehavior Method
AddRunDomainCommandBehavior Method
AddSelectNodeBehavior Method
AddStyle Method
CreateDomainCommand Method
CreateDomainStatusDashboard Method
CreateElement Method
CreateFragment Method
CreateSelectConfigurationNodeCommand Method
CreateSelectDomainNodeCommand Method
CreateSubDomainListItem Method
FormatDashboardContentString Method
GetConfigurationPath Method
GetStatusIconClass Method
ImageFileToDataUri Method
ToParagraphs Method
ToXmlFragment Method
ToXmlString Method
DashboardHelper
CreateDomainStatusDashboard Method
Creates a generic dashboard based on a
ConfigurationDomain
definition.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
static
StatusDashboard
CreateDomainStatusDashboard
(
ConfigurationDomain
domain
)
Parameters
domain
Type:
MFiles.VAF.Configuration.Domain
ConfigurationDomain
The domain to generate the dashboard for.
Return Value
Type:
StatusDashboard
The domain's dashboard.
See Also
Reference
DashboardHelper Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace