TemplateEngine
TemplateEngine class
这个类使用指定的模板来构造电子邮件。
public sealed class TemplateEngine
构造函数
姓名 | 描述 |
---|---|
TemplateEngine(MailMessage) | 初始化TemplateEngine 类. |
TemplateEngine(string) | 初始化TemplateEngine 类. |
方法
姓名 | 描述 |
---|---|
Instantiate(DataRowCollection) | 使用 DataRowCollection 作为数据源实例化模板。 |
Instantiate(DataTable) | 使用 DataTable 作为数据源来实例化模板。 |
Instantiate(IDataReader) | 使用 IDataReader 作为数据源来实例化模板。 |
Instantiate(DataRowCollection, IColumnMappingCollection) | 使用 DataRowCollection 作为数据源实例化模板。 |
Instantiate(DataTable, IColumnMappingCollection) | 使用 DataTable 作为数据源来实例化模板。 |
IsRoutineRegistered(string) | 确定模板例程的名称是否在模板引擎中注册。 |
Merge(DataRow) | 将源 DataRow 与模板合并。 |
Merge(MailMessage) | 将源 MailMessage 与模板合并 |
RegisterRoutine(string, TemplateRoutine) | 将模板例程注册到模板引擎。 |
Reset() | 重置此实例。 |
UnregisterRoutine(string) | 按名称从模板引擎中注销模板例程。 |