DataWeb
Search Results for

    Show / Hide Table of Contents

    Class TemplateMapperExtension

    Provides extension methods for mapping newsletter entities.

    Inheritance
    object
    TemplateMapperExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In this article
    Back to top Generated by DocFX