Class UserMapper
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class UserMapper : BaseMapper
Constructors
View SourceUserMapper(Lazy<ISqlContext>, MapperConfigurationStore)
Declaration
public UserMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
Parameters
Type | Name | Description |
---|---|---|
Lazy<ISqlContext> | sqlContext | |
MapperConfigurationStore | maps |
Methods
View SourceDefineMaps()
Declaration
protected override void DefineMaps()