Class TemplateMapperExtension
Provides extension methods for mapping newsletter entities.
Inherited Members
Namespace: DataWeb.Mappers
Assembly: DataWeb.Core.dll
Syntax
public static class TemplateMapperExtension
Methods
ToTemplateInfo(Template)
Converts a Template to a TemplateInfo instance.
Declaration
public static TemplateInfo ToTemplateInfo(this Template template)
Parameters
Type | Name | Description |
---|---|---|
Template | template | The Template to convert. |
Returns
Type | Description |
---|---|
TemplateInfo | An instance of TemplateInfo representing the subscriber. |