C# 클래스 Zetbox.Client.Reporting.ReportingHost

상속: Zetbox.API.Common.Reporting.AbstractReportingHost
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
ReportingHost ( IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System

Creates a new reporting host

ReportingHost ( string overrideTemplateNamespace, System overrideTemplateAssembly, IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System

Creates a new reporting host

메소드 상세

ReportingHost() 공개 메소드

Creates a new reporting host
public ReportingHost ( IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System
fileOpener IFileOpener
tempFileService ITempFileService
errorReporter IReportingErrorReporter
리턴 System

ReportingHost() 공개 메소드

Creates a new reporting host
public ReportingHost ( string overrideTemplateNamespace, System overrideTemplateAssembly, IFileOpener fileOpener, ITempFileService tempFileService, IReportingErrorReporter errorReporter ) : System
overrideTemplateNamespace string null or empty, if default templates should be used, else a assembly with templates.
overrideTemplateAssembly System null, if default templates should be used, else a assembly with templates.
fileOpener IFileOpener
tempFileService ITempFileService
errorReporter IReportingErrorReporter
리턴 System