C# Класс BlueCollar.Dashboard.Index

Represents the data used to fill in values when transforming the Static/index.xslt stylesheet into HTML.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetTemplatesHtml string

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetTemplatesHtml ( ) : string

Gets the templates HTML as a string.

Описание методов

Index() публичный Метод

Initializes a new instance of the Index class.
public Index ( ) : System
Результат System

Index() публичный Метод

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.
Результат System

ToXml() публичный Метод

Serializes this instance to XML.
public ToXml ( ) : IXPathNavigable
Результат IXPathNavigable

Transform() публичный Метод

Transforms this instance into an HTML string using the embedded XSLT stylesheet.
public Transform ( ) : string
Результат string