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