View Source
Class AuditItemMapper
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class AuditItemMapper : BaseMapper
Constructors
View Source
AuditItemMapper(Lazy<ISqlContext>, ConcurrentDictionary<Type, ConcurrentDictionary<String, String>>)
Declaration
public AuditItemMapper(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 Source
DefineMaps()
Declaration
protected override void DefineMaps()