Class TenantToTenantConfigurationMapper
Inheritance
TenantToTenantConfigurationMapper
Assembly: Volo.Abp.TenantManagement.Domain.dll
Syntax
public class TenantToTenantConfigurationMapper : MapperBase<Tenant, TenantConfiguration>, IAbpMapperlyMapper<Tenant, TenantConfiguration>, ITransientDependency
Constructors
TenantToTenantConfigurationMapper()
Declaration
public TenantToTenantConfigurationMapper()
Methods
Map(List<TenantConnectionString>)
Declaration
protected virtual ConnectionStrings Map(List<TenantConnectionString> source)
Parameters
Returns
Map(Tenant)
Declaration
public override TenantConfiguration Map(Tenant source)
Parameters
| Type |
Name |
Description |
| Tenant |
source |
|
Returns
Overrides
Map(Tenant, TenantConfiguration)
Declaration
public override void Map(Tenant source, TenantConfiguration destination)
Parameters
Overrides
Implements
Extension Methods