DashboardText Class

Converts plain text to html content by splitting the text into paragraphs by newline characters.

Definition

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

Constructors

DashboardText No arg constructor.
DashboardText(String) Basic constructor.

Properties

Text The plain text to convert to content.

Methods

Generate Generate the xml 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