C# Class Cats.Helpers.TemplateHelper

Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetTemplateData ( int templateType, int recordId ) : string>.Dictionary

Method Details

GenerateTemplate() public méthode

public GenerateTemplate ( int id, int templateType, string templateName ) : string
id int
templateType int
templateName string
Résultat string

GenerateTemplatePreview() public méthode

public GenerateTemplatePreview ( int id, int templateType, string templateName, string templatePath, string documentPath ) : string
id int
templateType int
templateName string
templatePath string
documentPath string
Résultat string

GetTransactionDetails() public méthode

public GetTransactionDetails ( int recordId ) : List
recordId int
Résultat List

TemplateHelper() public méthode

public TemplateHelper ( log4net.ILog log ) : System
log log4net.ILog
Résultat System

TemplateHelper() public méthode

public TemplateHelper ( IUnitOfWork unitOfWork, log4net.ILog log ) : System
unitOfWork IUnitOfWork
log log4net.ILog
Résultat System