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