Class ExternalLoginMapper
Provides mapping configuration between the ExternalLogin entity and its corresponding database schema.
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
[MapperFor(typeof(IIdentityUserLogin))]
[MapperFor(typeof(IdentityUserLogin))]
public sealed class ExternalLoginMapper : BaseMapper
Constructors
View SourceExternalLoginMapper(Lazy<ISqlContext>, MapperConfigurationStore)
Initializes a new instance of the ExternalLoginMapper class.
Declaration
public ExternalLoginMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
Parameters
| Type | Name | Description |
|---|---|---|
| Lazy<ISqlContext> | sqlContext | The lazy-loaded SQL context used for database operations. |
| MapperConfigurationStore | maps | The mapper configuration store used to configure mappings. |
Methods
View SourceDefineMaps()
Declaration
protected override void DefineMaps()