C# 클래스 BlueCollar.Dashboard.Index

Represents the data used to fill in values when transforming the Static/index.xslt stylesheet into HTML.
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar 1 사용 예제들

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