Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyMapper

    Provides mapping logic between the Property entity and its corresponding database schema representation.

    Inheritance
    object
    BaseMapper
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [MapperFor(typeof(Property))]
    public sealed class PropertyMapper : BaseMapper

    Constructors

    View Source

    PropertyMapper(Lazy<ISqlContext>, MapperConfigurationStore)

    Initializes a new instance of the PropertyMapper class.

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

    The lazy-loaded SQL context for database operations.

    MapperConfigurationStore maps

    The configuration store containing mapping definitions.

    Methods

    View Source

    DefineMaps()

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