Class IdentityRoleToIdentityRoleDtoMapper
Inheritance
IdentityRoleToIdentityRoleDtoMapper
Assembly: Volo.Abp.Identity.Pro.Application.dll
Syntax
[MapExtraProperties]
public class IdentityRoleToIdentityRoleDtoMapper : MapperBase<IdentityRole, IdentityRoleDto>, IAbpMapperlyMapper<IdentityRole, IdentityRoleDto>, ITransientDependency
Constructors
IdentityRoleToIdentityRoleDtoMapper()
Declaration
public IdentityRoleToIdentityRoleDtoMapper()
Methods
Map(IdentityRole)
Declaration
public override IdentityRoleDto Map(IdentityRole source)
Parameters
Returns
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.Identity.IdentityRole, Volo.Abp.Identity.IdentityRoleDto>.Map(Volo.Abp.Identity.IdentityRole)
Map(IdentityRole, IdentityRoleDto)
Declaration
public override void Map(IdentityRole source, IdentityRoleDto destination)
Parameters
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.Identity.IdentityRole, Volo.Abp.Identity.IdentityRoleDto>.Map(Volo.Abp.Identity.IdentityRole, Volo.Abp.Identity.IdentityRoleDto)
Implements
Extension Methods