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