Class ClientRedirectUriToClientRedirectUriDtoMapper
Inheritance
ClientRedirectUriToClientRedirectUriDtoMapper
Inherited Members
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Application.dll
Syntax
public class ClientRedirectUriToClientRedirectUriDtoMapper : MapperBase<ClientRedirectUri, ClientRedirectUriDto>, IAbpMapperlyMapper<ClientRedirectUri, ClientRedirectUriDto>, ITransientDependency
Constructors
ClientRedirectUriToClientRedirectUriDtoMapper()
Declaration
public ClientRedirectUriToClientRedirectUriDtoMapper()
Methods
Map(ClientRedirectUri)
Declaration
public override ClientRedirectUriDto Map(ClientRedirectUri source)
Parameters
| Type | Name | Description |
|---|---|---|
| ClientRedirectUri | source |
Returns
| Type | Description |
|---|---|
| ClientRedirectUriDto |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.Clients.ClientRedirectUri, Volo.Abp.IdentityServer.Client.Dtos.ClientRedirectUriDto>.Map(Volo.Abp.IdentityServer.Clients.ClientRedirectUri)
Map(ClientRedirectUri, ClientRedirectUriDto)
Declaration
public override void Map(ClientRedirectUri source, ClientRedirectUriDto destination)
Parameters
| Type | Name | Description |
|---|---|---|
| ClientRedirectUri | source | |
| ClientRedirectUriDto | destination |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.Clients.ClientRedirectUri, Volo.Abp.IdentityServer.Client.Dtos.ClientRedirectUriDto>.Map(Volo.Abp.IdentityServer.Clients.ClientRedirectUri, Volo.Abp.IdentityServer.Client.Dtos.ClientRedirectUriDto)