C# 클래스 Cats.Helpers.TemplateHelper

파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
GenerateTemplate ( int id, int templateType, string templateName ) : string
GenerateTemplatePreview ( int id, int templateType, string templateName, string templatePath, string documentPath ) : string
GetTransactionDetails ( int recordId ) : List
TemplateHelper ( log4net.ILog log ) : System
TemplateHelper ( IUnitOfWork unitOfWork, log4net.ILog log ) : System

비공개 메소드들

메소드 설명
GetTemplateData ( int templateType, int recordId ) : string>.Dictionary

메소드 상세

GenerateTemplate() 공개 메소드

public GenerateTemplate ( int id, int templateType, string templateName ) : string
id int
templateType int
templateName string
리턴 string

GenerateTemplatePreview() 공개 메소드

public GenerateTemplatePreview ( int id, int templateType, string templateName, string templatePath, string documentPath ) : string
id int
templateType int
templateName string
templatePath string
documentPath string
리턴 string

GetTransactionDetails() 공개 메소드

public GetTransactionDetails ( int recordId ) : List
recordId int
리턴 List

TemplateHelper() 공개 메소드

public TemplateHelper ( log4net.ILog log ) : System
log log4net.ILog
리턴 System

TemplateHelper() 공개 메소드

public TemplateHelper ( IUnitOfWork unitOfWork, log4net.ILog log ) : System
unitOfWork IUnitOfWork
log log4net.ILog
리턴 System