Class PersistedGrantToISPersistedGrantMapper
Inheritance
PersistedGrantToISPersistedGrantMapper
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class PersistedGrantToISPersistedGrantMapper : TwoWayMapperBase<PersistedGrant, PersistedGrant>, ITransientDependency, IAbpReverseMapperlyMapper<PersistedGrant, PersistedGrant>, IAbpMapperlyMapper<PersistedGrant, PersistedGrant>
Constructors
PersistedGrantToISPersistedGrantMapper()
Declaration
public PersistedGrantToISPersistedGrantMapper()
Methods
Map(PersistedGrant)
Declaration
public override PersistedGrant Map(PersistedGrant source)
Parameters
Returns
| Type |
Description |
| PersistedGrant |
|
Overrides
Map(PersistedGrant, PersistedGrant)
Declaration
public override void Map(PersistedGrant source, PersistedGrant destination)
Parameters
| Type |
Name |
Description |
| PersistedGrant |
source |
|
| PersistedGrant |
destination |
|
Overrides
ReverseMap(PersistedGrant)
Declaration
public override PersistedGrant ReverseMap(PersistedGrant source)
Parameters
| Type |
Name |
Description |
| PersistedGrant |
source |
|
Returns
Overrides
Volo.Abp.Mapperly.TwoWayMapperBase<Volo.Abp.IdentityServer.Grants.PersistedGrant, IdentityServer4.Models.PersistedGrant>.ReverseMap(IdentityServer4.Models.PersistedGrant)
ReverseMap(PersistedGrant, PersistedGrant)
Declaration
public override void ReverseMap(PersistedGrant source, PersistedGrant destination)
Parameters
| Type |
Name |
Description |
| PersistedGrant |
source |
|
| PersistedGrant |
destination |
|
Overrides
Implements
Extension Methods