DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AppTemplateMapperExtension

    Provides extension methods for mapping newsletter entities.

    Inheritance
    object
    AppTemplateMapperExtension
    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 AppTemplateMapperExtension

    Methods

    ToAppTemplateInfo(AppTemplate)

    Converts a Template to a AppTemplateInfo instance.

    Declaration
    public static AppTemplateInfo ToAppTemplateInfo(this AppTemplate template)
    Parameters
    Type Name Description
    AppTemplate template

    The AppTemplate to convert.

    Returns
    Type Description
    AppTemplateInfo

    An instance of TemplateInfo representing the subscriber.

    In this article
    Back to top Generated by DocFX