C# 클래스 Cats.Documents.DocumentGenerator

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

공개 메소드들

메소드 설명
DocumentGenerator ( string templateFileName, string targetPath, string>.Dictionary values, List transactionDetailsList, log4net.ILog log ) : System

Constructor for the DocumentGeneration Class

GenerateDocument ( ) : TemplateGenerationResult

Generates the Word Document and performs the Mail Merge

비공개 메소드들

메소드 설명
ConvertTemplate ( ) : TemplateGenerationResult

Converts the DOTX to DOCX

메소드 상세

DocumentGenerator() 공개 메소드

Constructor for the DocumentGeneration Class
public DocumentGenerator ( string templateFileName, string targetPath, string>.Dictionary values, List transactionDetailsList, log4net.ILog log ) : System
templateFileName string File to base the document off of
targetPath string File path for the generated document
values string>.Dictionary Key value pair containing items to be replaced in the document
transactionDetailsList List
log log4net.ILog
리턴 System

GenerateDocument() 공개 메소드

Generates the Word Document and performs the Mail Merge
public GenerateDocument ( ) : TemplateGenerationResult
리턴 TemplateGenerationResult