TemplateEngine Class |
Namespace: Aspose.Email.Tools.Merging
The TemplateEngine type exposes the following members.
Name | Description | |
---|---|---|
![]() | TemplateEngine(String) |
Initializes a new instance of the TemplateEngine class.
|
![]() | TemplateEngine(MailMessage) |
Initializes a new instance of the TemplateEngine class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Instantiate(DataRowCollection) |
Instantiates the template with a DataRowCollection as datasource.
|
![]() | Instantiate(DataTable) |
Instantiates the template with a DataTable as datasource.
|
![]() | Instantiate(IDataReader) |
Instantiates the template with a IDataReader as datasource.
|
![]() | Instantiate(DataRowCollection, IColumnMappingCollection) |
Instantiates the template with a DataRowCollection as datasource.
|
![]() | Instantiate(DataTable, IColumnMappingCollection) |
Instantiates the template with a DataTable as datasource.
|
![]() | IsRoutineRegistered |
Determines if a name of template routine is registered in the template engine.
|
![]() | Merge(DataRow) |
Merge a source DataRow with the template.
|
![]() | Merge(MailMessage) |
Merge a source MailMessage with the template
|
![]() | RegisterRoutine |
Registers the template routine to the temaplate engine.
|
![]() | Reset |
Resets this instance.
|
![]() | ToString | (Inherited from Object.) |
![]() | UnregisterRoutine |
Unregister the template routine from the template engine by name.
|