Class AuditLogInfoToAuditLogConverter
Inheritance
AuditLogInfoToAuditLogConverter
Assembly: Volo.Abp.AuditLogging.Domain.dll
Syntax
public class AuditLogInfoToAuditLogConverter : IAuditLogInfoToAuditLogConverter, ITransientDependency
Constructors
AuditLogInfoToAuditLogConverter(IGuidGenerator, IExceptionToErrorInfoConverter, IJsonSerializer, IOptions<AbpExceptionHandlingOptions>)
Declaration
public AuditLogInfoToAuditLogConverter(IGuidGenerator guidGenerator, IExceptionToErrorInfoConverter exceptionToErrorInfoConverter, IJsonSerializer jsonSerializer, IOptions<AbpExceptionHandlingOptions> exceptionHandlingOptions)
Parameters
Properties
ExceptionHandlingOptions
Declaration
protected AbpExceptionHandlingOptions ExceptionHandlingOptions { get; }
Property Value
ExceptionToErrorInfoConverter
Declaration
protected IExceptionToErrorInfoConverter ExceptionToErrorInfoConverter { get; }
Property Value
GuidGenerator
Declaration
protected IGuidGenerator GuidGenerator { get; }
Property Value
JsonSerializer
Declaration
protected IJsonSerializer JsonSerializer { get; }
Property Value
Methods
ConvertAsync(AuditLogInfo)
Declaration
public virtual Task<AuditLog> ConvertAsync(AuditLogInfo auditLogInfo)
Parameters
Returns
Implements
Extension Methods