Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplateMapper

    Represents a Template to DTO mapper used to translate the properties of the public api implementation to that of the database's DTO as sql: [tableName].[columnName].

    Inheritance
    System.Object
    BaseMapper
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class TemplateMapper : BaseMapper

    Constructors

    View Source

    TemplateMapper(Lazy<ISqlContext>, MapperConfigurationStore)

    Declaration
    public TemplateMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
    Parameters
    Type Name Description
    Lazy<ISqlContext> sqlContext
    MapperConfigurationStore maps

    Methods

    View Source

    DefineMaps()

    Declaration
    protected override void DefineMaps()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TemplateMapper(Lazy<ISqlContext>, MapperConfigurationStore)
    • Methods
      • DefineMaps()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX