C# Class EmailModule.FileSystemEmailTemplateContentReader

Inheritance: IEmailTemplateContentReader
Show file Open project: NickJosevski/mailzor Class Usage Examples

Public Methods

Method Description
FileSystemEmailTemplateContentReader ( ) : System
FileSystemEmailTemplateContentReader ( string templateDirectory ) : System
FileSystemEmailTemplateContentReader ( string templateDirectory, string fileExtension ) : System
Read ( string templateName, string suffix ) : string

Protected Methods

Method Description
BuildPath ( string templateName, string suffix ) : string

Method Details

BuildPath() protected method

protected BuildPath ( string templateName, string suffix ) : string
templateName string
suffix string
return string

FileSystemEmailTemplateContentReader() public method

public FileSystemEmailTemplateContentReader ( ) : System
return System

FileSystemEmailTemplateContentReader() public method

public FileSystemEmailTemplateContentReader ( string templateDirectory ) : System
templateDirectory string
return System

FileSystemEmailTemplateContentReader() public method

public FileSystemEmailTemplateContentReader ( string templateDirectory, string fileExtension ) : System
templateDirectory string
fileExtension string
return System

Read() public method

public Read ( string templateName, string suffix ) : string
templateName string
suffix string
return string