C# 클래스 EmailModule.FileSystemEmailTemplateContentReader

상속: IEmailTemplateContentReader
파일 보기 프로젝트 열기: NickJosevski/mailzor 1 사용 예제들

공개 메소드들

메소드 설명
FileSystemEmailTemplateContentReader ( ) : System
FileSystemEmailTemplateContentReader ( string templateDirectory ) : System
FileSystemEmailTemplateContentReader ( string templateDirectory, string fileExtension ) : System
Read ( string templateName, string suffix ) : string

보호된 메소드들

메소드 설명
BuildPath ( string templateName, string suffix ) : string

메소드 상세

BuildPath() 보호된 메소드

protected BuildPath ( string templateName, string suffix ) : string
templateName string
suffix string
리턴 string

FileSystemEmailTemplateContentReader() 공개 메소드

public FileSystemEmailTemplateContentReader ( ) : System
리턴 System

FileSystemEmailTemplateContentReader() 공개 메소드

public FileSystemEmailTemplateContentReader ( string templateDirectory ) : System
templateDirectory string
리턴 System

FileSystemEmailTemplateContentReader() 공개 메소드

public FileSystemEmailTemplateContentReader ( string templateDirectory, string fileExtension ) : System
templateDirectory string
fileExtension string
리턴 System

Read() 공개 메소드

public Read ( string templateName, string suffix ) : string
templateName string
suffix string
리턴 string