Class IdentityResourceWithDetailsDtoToUpdateIdentityResourceDtoMapper
Inheritance
IdentityResourceWithDetailsDtoToUpdateIdentityResourceDtoMapper
Implements
Inherited Members
Namespace: Volo.Abp.IdentityServer.Blazor
Assembly: Volo.Abp.IdentityServer.Blazor.dll
Syntax
[MapExtraProperties]
public class IdentityResourceWithDetailsDtoToUpdateIdentityResourceDtoMapper : MapperBase<IdentityResourceWithDetailsDto, UpdateIdentityResourceDto>, IAbpMapperlyMapper<IdentityResourceWithDetailsDto, UpdateIdentityResourceDto>, ITransientDependency
Constructors
IdentityResourceWithDetailsDtoToUpdateIdentityResourceDtoMapper()
Declaration
public IdentityResourceWithDetailsDtoToUpdateIdentityResourceDtoMapper()
Methods
Map(IdentityResourceWithDetailsDto)
Declaration
public override UpdateIdentityResourceDto Map(IdentityResourceWithDetailsDto source)
Parameters
| Type | Name | Description |
|---|---|---|
| IdentityResourceWithDetailsDto | source |
Returns
| Type | Description |
|---|---|
| UpdateIdentityResourceDto |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourceWithDetailsDto, Volo.Abp.IdentityServer.IdentityResource.Dtos.UpdateIdentityResourceDto>.Map(Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourceWithDetailsDto)
Map(IdentityResourceWithDetailsDto, UpdateIdentityResourceDto)
Declaration
public override void Map(IdentityResourceWithDetailsDto source, UpdateIdentityResourceDto destination)
Parameters
| Type | Name | Description |
|---|---|---|
| IdentityResourceWithDetailsDto | source | |
| UpdateIdentityResourceDto | destination |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourceWithDetailsDto, Volo.Abp.IdentityServer.IdentityResource.Dtos.UpdateIdentityResourceDto>.Map(Volo.Abp.IdentityServer.IdentityResource.Dtos.IdentityResourceWithDetailsDto, Volo.Abp.IdentityServer.IdentityResource.Dtos.UpdateIdentityResourceDto)