Search Results for

    Show / Hide Table of Contents
    View Source

    Class BaseMapper

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public abstract class BaseMapper

    Constructors

    View Source

    BaseMapper(Lazy<ISqlContext>, MapperConfigurationStore)

    Declaration
    protected BaseMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
    Parameters
    Type Name Description
    Lazy<ISqlContext> sqlContext
    MapperConfigurationStore maps

    Methods

    View Source

    DefineMap<TSource, TTarget>(string, string)

    Declaration
    protected void DefineMap<TSource, TTarget>(string sourceName, string targetName)
    Parameters
    Type Name Description
    string sourceName
    string targetName
    Type Parameters
    Name Description
    TSource
    TTarget
    View Source

    DefineMaps()

    Declaration
    protected abstract void DefineMaps()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX