Show / Hide Table of Contents

Class IdentityResourcePropertyDtoToIdentityResourcePropertyDtoMapper

Inheritance
object
MapperBase<IdentityResourcePropertyDto, IdentityResourcePropertyDto>
IdentityResourcePropertyDtoToIdentityResourcePropertyDtoMapper
Implements
IAbpMapperlyMapper<IdentityResourcePropertyDto, IdentityResourcePropertyDto>
ITransientDependency
Inherited Members
MapperBase<IdentityResourcePropertyDto, IdentityResourcePropertyDto>.Map(IdentityResourcePropertyDto)
MapperBase<IdentityResourcePropertyDto, IdentityResourcePropertyDto>.Map(IdentityResourcePropertyDto, IdentityResourcePropertyDto)
MapperBase<IdentityResourcePropertyDto, IdentityResourcePropertyDto>.BeforeMap(IdentityResourcePropertyDto)
MapperBase<IdentityResourcePropertyDto, IdentityResourcePropertyDto>.AfterMap(IdentityResourcePropertyDto, IdentityResourcePropertyDto)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer.Blazor
Assembly: Volo.Abp.IdentityServer.Blazor.dll
Syntax
public class IdentityResourcePropertyDtoToIdentityResourcePropertyDtoMapper : MapperBase<IdentityResourcePropertyDto, IdentityResourcePropertyDto>, IAbpMapperlyMapper<IdentityResourcePropertyDto, IdentityResourcePropertyDto>, ITransientDependency

Constructors

IdentityResourcePropertyDtoToIdentityResourcePropertyDtoMapper()

Declaration
public IdentityResourcePropertyDtoToIdentityResourcePropertyDtoMapper()

Methods

Map(IdentityResourcePropertyDto)

Declaration
public override IdentityResourcePropertyDto Map(IdentityResourcePropertyDto source)
Parameters
Type Name Description
IdentityResourcePropertyDto source
Returns
Type Description
IdentityResourcePropertyDto
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourcePropertyDto, Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourcePropertyDto>.Map(Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourcePropertyDto)

Map(IdentityResourcePropertyDto, IdentityResourcePropertyDto)

Declaration
public override void Map(IdentityResourcePropertyDto source, IdentityResourcePropertyDto destination)
Parameters
Type Name Description
IdentityResourcePropertyDto source
IdentityResourcePropertyDto destination
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourcePropertyDto, Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourcePropertyDto>.Map(Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourcePropertyDto, Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourcePropertyDto)

Implements

IAbpMapperlyMapper<TSource, TDestination>
ITransientDependency

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