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