Class AuditEntryMapper
Represents a mapper for audit entry entities.
Namespace: Umbraco.Core.Persistence.Mappers
Assembly: Umbraco.Core.dll
Syntax
public sealed class AuditEntryMapper : BaseMapper
Constructors
View SourceAuditEntryMapper(Lazy<ISqlContext>, ConcurrentDictionary<Type, ConcurrentDictionary<String, String>>)
Declaration
public AuditEntryMapper(Lazy<ISqlContext> sqlContext, ConcurrentDictionary<Type, ConcurrentDictionary<string, string>> maps)
Parameters
Type | Name | Description |
---|---|---|
System.Lazy<ISqlContext> | sqlContext | |
System.Collections.Concurrent.ConcurrentDictionary<System.Type, System.Collections.Concurrent.ConcurrentDictionary<System.String, System.String>> | maps |
Methods
View SourceDefineMaps()
Declaration
protected override void DefineMaps()