Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationMapper

    Represents a Relation 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 RelationMapper : BaseMapper

    Constructors

    View Source

    RelationMapper(Lazy<ISqlContext>, MapperConfigurationStore)

    Declaration
    public RelationMapper(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
      • RelationMapper(Lazy<ISqlContext>, MapperConfigurationStore)
    • Methods
      • DefineMaps()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX