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
ToXmlFragment Method
Converts an
IDashboardContent
to an xml fragment in an undefined xml document.
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
XmlDocumentFragment
ToXmlFragment
(
this
IDashboardContent
content
)
Parameters
content
Type:
MFiles.VAF.Configuration.Domain.Dashboards
IDashboardContent
The content to convert to a fragment.
Return Value
Type:
XmlDocumentFragment
An xml document fragment.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDashboardContent
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
DashboardHelper Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace