Show / Hide Table of Contents

Class ConnectionStringsModelToDtoMapper

Inheritance
object
MapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>
TwoWayMapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>
ConnectionStringsModelToDtoMapper
Implements
ITransientDependency
IAbpReverseMapperlyMapper<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>
IAbpMapperlyMapper<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>
Inherited Members
TwoWayMapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.ReverseMap(SaasTenantConnectionStringsDto)
TwoWayMapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.ReverseMap(SaasTenantConnectionStringsDto, ConnectionStringsModal.TenantConnectionStringsModel)
TwoWayMapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.BeforeReverseMap(SaasTenantConnectionStringsDto)
TwoWayMapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.AfterReverseMap(SaasTenantConnectionStringsDto, ConnectionStringsModal.TenantConnectionStringsModel)
MapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.Map(ConnectionStringsModal.TenantConnectionStringsModel)
MapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.Map(ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto)
MapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.BeforeMap(ConnectionStringsModal.TenantConnectionStringsModel)
MapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.AfterMap(ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas.Host
Assembly: Volo.Saas.Host.Web.dll
Syntax
[MapExtraProperties]
public class ConnectionStringsModelToDtoMapper : TwoWayMapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>, ITransientDependency, IAbpReverseMapperlyMapper<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>, IAbpMapperlyMapper<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>

Constructors

ConnectionStringsModelToDtoMapper()

Declaration
public ConnectionStringsModelToDtoMapper()

Methods

Map(TenantConnectionStringsModel)

Declaration
public override SaasTenantConnectionStringsDto Map(ConnectionStringsModal.TenantConnectionStringsModel source)
Parameters
Type Name Description
ConnectionStringsModal.TenantConnectionStringsModel source
Returns
Type Description
SaasTenantConnectionStringsDto
Overrides
MapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.Map(ConnectionStringsModal.TenantConnectionStringsModel)

Map(TenantConnectionStringsModel, SaasTenantConnectionStringsDto)

Declaration
public override void Map(ConnectionStringsModal.TenantConnectionStringsModel source, SaasTenantConnectionStringsDto destination)
Parameters
Type Name Description
ConnectionStringsModal.TenantConnectionStringsModel source
SaasTenantConnectionStringsDto destination
Overrides
MapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.Map(ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto)

ReverseMap(SaasTenantConnectionStringsDto)

Declaration
public override ConnectionStringsModal.TenantConnectionStringsModel ReverseMap(SaasTenantConnectionStringsDto destination)
Parameters
Type Name Description
SaasTenantConnectionStringsDto destination
Returns
Type Description
ConnectionStringsModal.TenantConnectionStringsModel
Overrides
Volo.Abp.Mapperly.TwoWayMapperBase<Volo.Saas.Host.Pages.Saas.Host.Tenants.ConnectionStringsModal.TenantConnectionStringsModel, Volo.Saas.Host.Dtos.SaasTenantConnectionStringsDto>.ReverseMap(Volo.Saas.Host.Dtos.SaasTenantConnectionStringsDto)

ReverseMap(SaasTenantConnectionStringsDto, TenantConnectionStringsModel)

Declaration
public override void ReverseMap(SaasTenantConnectionStringsDto destination, ConnectionStringsModal.TenantConnectionStringsModel source)
Parameters
Type Name Description
SaasTenantConnectionStringsDto destination
ConnectionStringsModal.TenantConnectionStringsModel source
Overrides
TwoWayMapperBase<ConnectionStringsModal.TenantConnectionStringsModel, SaasTenantConnectionStringsDto>.ReverseMap(SaasTenantConnectionStringsDto, ConnectionStringsModal.TenantConnectionStringsModel)

Implements

ITransientDependency
IAbpReverseMapperlyMapper<TSource, TDestination>
IAbpMapperlyMapper<TSource, TDestination>

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform