C# Class BlueCollar.Dashboard.Index

Represents the data used to fill in values when transforming the Static/index.xslt stylesheet into HTML.
Afficher le fichier Open project: ChadBurggraf/blue-collar Class Usage Examples

Private Properties

Свойство Type Description
GetTemplatesHtml string

Méthodes publiques

Méthode Description
Index ( ) : System

Initializes a new instance of the Index class.

Index ( string applicationName, StaticFile file, CountsRecord counts ) : System

Initializes a new instance of the Index class.

ToXml ( ) : IXPathNavigable

Serializes this instance to XML.

Transform ( ) : string

Transforms this instance into an HTML string using the embedded XSLT stylesheet.

Private Methods

Méthode Description
GetTemplatesHtml ( ) : string

Gets the templates HTML as a string.

Method Details

Index() public méthode

Initializes a new instance of the Index class.
public Index ( ) : System
Résultat System

Index() public méthode

Initializes a new instance of the Index class.
public Index ( string applicationName, StaticFile file, CountsRecord counts ) : System
applicationName string The name of the current application.
file StaticFile The instance representing the index XSLT stylesheet.
counts CountsRecord The counts record to initialize this instance with.
Résultat System

ToXml() public méthode

Serializes this instance to XML.
public ToXml ( ) : IXPathNavigable
Résultat IXPathNavigable

Transform() public méthode

Transforms this instance into an HTML string using the embedded XSLT stylesheet.
public Transform ( ) : string
Résultat string