Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberMapper

    Represents a Member 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
    object
    BaseMapper
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [MapperFor(typeof(IMember))]
    [MapperFor(typeof(Member))]
    public sealed class MemberMapper : BaseMapper

    Constructors

    View Source

    MemberMapper(Lazy<ISqlContext>, MapperConfigurationStore)

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

    Methods

    View Source

    DefineMaps()

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