C# Class EmailModule.FileSystemEmailTemplateContentReader

Inheritance: IEmailTemplateContentReader
Afficher le fichier Open project: NickJosevski/mailzor Class Usage Examples

Méthodes publiques

Méthode Description
FileSystemEmailTemplateContentReader ( ) : System
FileSystemEmailTemplateContentReader ( string templateDirectory ) : System
FileSystemEmailTemplateContentReader ( string templateDirectory, string fileExtension ) : System
Read ( string templateName, string suffix ) : string

Méthodes protégées

Méthode Description
BuildPath ( string templateName, string suffix ) : string

Method Details

BuildPath() protected méthode

protected BuildPath ( string templateName, string suffix ) : string
templateName string
suffix string
Résultat string

FileSystemEmailTemplateContentReader() public méthode

public FileSystemEmailTemplateContentReader ( ) : System
Résultat System

FileSystemEmailTemplateContentReader() public méthode

public FileSystemEmailTemplateContentReader ( string templateDirectory ) : System
templateDirectory string
Résultat System

FileSystemEmailTemplateContentReader() public méthode

public FileSystemEmailTemplateContentReader ( string templateDirectory, string fileExtension ) : System
templateDirectory string
fileExtension string
Résultat System

Read() public méthode

public Read ( string templateName, string suffix ) : string
templateName string
suffix string
Résultat string