Search Results for

    Show / Hide Table of Contents

    Class BaseMapper

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseMapper

    Constructors

    BaseMapper(Lazy<ISqlContext>, MapperConfigurationStore)

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

    Methods

    DefineMap<TSource, TTarget>(String, String)

    Declaration
    protected void DefineMap<TSource, TTarget>(string sourceName, string targetName)
    Parameters
    Type Name Description
    System.String sourceName
    System.String targetName
    Type Parameters
    Name Description
    TSource
    TTarget

    DefineMaps()

    Declaration
    protected abstract void DefineMaps()
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX