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