Class MemberGroupMapper
Maps MemberGroup entities between the database and the domain model.
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
[MapperFor(typeof(IMemberGroup))]
[MapperFor(typeof(MemberGroup))]
public sealed class MemberGroupMapper : BaseMapper
Constructors
View SourceMemberGroupMapper(Lazy<ISqlContext>, MapperConfigurationStore)
Initializes a new instance of the MemberGroupMapper class.
Declaration
public MemberGroupMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
Parameters
| Type | Name | Description |
|---|---|---|
| Lazy<ISqlContext> | sqlContext | A lazily initialized SQL context used for database operations. |
| MapperConfigurationStore | maps | The configuration store containing mapping definitions. |
Methods
View SourceDefineMaps()
Declaration
protected override void DefineMaps()