Class PersistedGrantToPersistedGrantEtoMapper
Inheritance
PersistedGrantToPersistedGrantEtoMapper
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class PersistedGrantToPersistedGrantEtoMapper : MapperBase<PersistedGrant, PersistedGrantEto>, IAbpMapperlyMapper<PersistedGrant, PersistedGrantEto>, ITransientDependency
Constructors
PersistedGrantToPersistedGrantEtoMapper()
Declaration
public PersistedGrantToPersistedGrantEtoMapper()
Methods
Map(PersistedGrant)
Declaration
public override PersistedGrantEto Map(PersistedGrant source)
Parameters
Returns
Overrides
Map(PersistedGrant, PersistedGrantEto)
Declaration
public override void Map(PersistedGrant source, PersistedGrantEto destination)
Parameters
Overrides
Implements
Extension Methods