Class MemberMapper
Represents a Member to DTO mapper used to translate the properties of the public api implementation to that of the database's DTO as sql: [tableName].[columnName].
Namespace: Umbraco.Core.Persistence.Mappers
Assembly: Umbraco.Core.dll
Syntax
public sealed class MemberMapper : BaseMapper
Constructors
View SourceMemberMapper(Lazy<ISqlContext>, ConcurrentDictionary<Type, ConcurrentDictionary<String, String>>)
Declaration
public MemberMapper(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()