Search Results for

    Show / Hide Table of Contents
    View Source

    Class AuditItemMapper

    Provides mapping configuration between the AuditItem entity and its corresponding database table for ORM operations within the Umbraco infrastructure.

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

    Constructors

    View Source

    AuditItemMapper(Lazy<ISqlContext>, MapperConfigurationStore)

    Initializes a new instance of the AuditItemMapper class.

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

    A lazily-initialized ISqlContext providing SQL context for the mapper.

    MapperConfigurationStore maps

    The MapperConfigurationStore containing mapping configurations.

    Methods

    View Source

    DefineMaps()

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