Class ConsentMapper
Represents a mapper for consent entities.
Namespace: Umbraco.Core.Persistence.Mappers
Assembly: Umbraco.Core.dll
Syntax
public sealed class ConsentMapper : BaseMapper
Constructors
View SourceConsentMapper(Lazy<ISqlContext>, ConcurrentDictionary<Type, ConcurrentDictionary<String, String>>)
Declaration
public ConsentMapper(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()