C# 클래스 Zetbox.API.Common.Reporting.ReportTemplate

상속: Arebis.CodeGeneration.CodeTemplate
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Generate ( ) : void
ReportTemplate ( IGenerationHost host ) : System

보호된 메소드들

메소드 설명
Format ( object text ) : string
FormatDate ( System.DateTime dt ) : string
FormatDateRange ( string von, System.DateTime v, string bis, System.DateTime b ) : string
FormatErrorMessage ( string message ) : string
FormatEuro ( decimal betrag ) : string
FormatLongDate ( System.DateTime dt ) : string
FormatNonBreaking ( string s ) : string
FormatPercent ( double betrag ) : string
FormatPercent ( float betrag ) : string
FormatTextfield ( string text ) : string
FormatTime ( System.DateTime dt ) : string
FormatWeekday ( System.DateTime dt ) : string
GetBlobImageFile ( Blob image ) : string
GetResourceImageFile ( System assembly, string image ) : string
ResolveTemplateResourceUrl ( string template ) : string
ToDo ( string message ) : string
Today ( ) : string

메소드 상세

Format() 보호된 메소드

protected Format ( object text ) : string
text object
리턴 string

FormatDate() 보호된 메소드

protected FormatDate ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

FormatDateRange() 보호된 메소드

protected FormatDateRange ( string von, System.DateTime v, string bis, System.DateTime b ) : string
von string
v System.DateTime
bis string
b System.DateTime
리턴 string

FormatErrorMessage() 보호된 메소드

protected FormatErrorMessage ( string message ) : string
message string
리턴 string

FormatEuro() 보호된 메소드

protected FormatEuro ( decimal betrag ) : string
betrag decimal
리턴 string

FormatLongDate() 보호된 메소드

protected FormatLongDate ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

FormatNonBreaking() 보호된 메소드

protected FormatNonBreaking ( string s ) : string
s string
리턴 string

FormatPercent() 보호된 메소드

protected FormatPercent ( double betrag ) : string
betrag double
리턴 string

FormatPercent() 보호된 메소드

protected FormatPercent ( float betrag ) : string
betrag float
리턴 string

FormatTextfield() 보호된 메소드

protected FormatTextfield ( string text ) : string
text string
리턴 string

FormatTime() 보호된 메소드

protected FormatTime ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

FormatWeekday() 보호된 메소드

protected FormatWeekday ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GetBlobImageFile() 보호된 메소드

protected GetBlobImageFile ( Blob image ) : string
image System.IO.Blob
리턴 string

GetResourceImageFile() 보호된 메소드

protected GetResourceImageFile ( System assembly, string image ) : string
assembly System
image string
리턴 string

ReportTemplate() 공개 메소드

public ReportTemplate ( IGenerationHost host ) : System
host IGenerationHost
리턴 System

ResolveTemplateResourceUrl() 보호된 메소드

protected ResolveTemplateResourceUrl ( string template ) : string
template string
리턴 string

ToDo() 보호된 메소드

protected ToDo ( string message ) : string
message string
리턴 string

Today() 보호된 메소드

protected Today ( ) : string
리턴 string