DashboardCustomContent Class

Simple IDashboardContent implementation for defining or generating custom xml or html content.

Definition

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

Constructors

DashboardCustomContent(FormattableString) Custom, static HTML content from a formattable string. Placeholder values are html escaped as necessary.
DashboardCustomContent(HtmlContentGenerator) Custom HTML content generator.
DashboardCustomContent(String) Custom, static HTML content.
DashboardCustomContent(XmlContentGenerator) Constructor

Methods

Generate Creates the xml of the content.

Extension Methods

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)

See Also