Method | Description | |
---|---|---|
MockEmailTemplateService ( |
Initializes a new instance of the MockEmailTemplateService class.
|
|
RenderMailMessage ( string templateName, IDictionary parameters, bool doNotApplyLayout ) : |
Creates an instance of Message using the specified template for the body
|
|
RenderMailMessage ( string templateName, IRailsEngineContext engineContext, Controller controller, bool doNotApplyLayout ) : |
Renders the mail message.
|
public MockEmailTemplateService ( |
||
context | The context. | |
return | System.Collections |
public RenderMailMessage ( string templateName, IDictionary parameters, bool doNotApplyLayout ) : |
||
templateName | string | Name of the template to load.
/// Will look in |
parameters | IDictionary | Dictionary with parameters /// that you can use on the email template |
doNotApplyLayout | bool | If |
return |
public RenderMailMessage ( string templateName, IRailsEngineContext engineContext, Controller controller, bool doNotApplyLayout ) : |
||
templateName | string | Name of the template. |
engineContext | IRailsEngineContext | The engine context. |
controller | Controller | The controller. |
doNotApplyLayout | bool | if set to |
return |