Class AuditLogDto
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class AuditLogDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto
Constructors
AuditLogDto()
Declaration
Properties
Actions
Declaration
public List<AuditLogActionDto> Actions { get; set; }
Property Value
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
BrowserInfo
Declaration
public string BrowserInfo { get; set; }
Property Value
ClientId
Declaration
public string ClientId { get; set; }
Property Value
ClientIpAddress
Declaration
public string ClientIpAddress { get; set; }
Property Value
ClientName
Declaration
public string ClientName { get; set; }
Property Value
Declaration
public string Comments { get; set; }
Property Value
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
EntityChanges
Declaration
public List<EntityChangeDto> EntityChanges { get; set; }
Property Value
Exceptions
Declaration
public string Exceptions { get; set; }
Property Value
ExecutionDuration
Declaration
public int ExecutionDuration { get; set; }
Property Value
ExecutionTime
Declaration
public DateTime ExecutionTime { get; set; }
Property Value
HttpMethod
Declaration
public string HttpMethod { get; set; }
Property Value
HttpStatusCode
Declaration
public int? HttpStatusCode { get; set; }
Property Value
ImpersonatorTenantId
Declaration
public Guid? ImpersonatorTenantId { get; set; }
Property Value
ImpersonatorTenantName
Declaration
public string ImpersonatorTenantName { get; set; }
Property Value
ImpersonatorUserId
Declaration
public Guid? ImpersonatorUserId { get; set; }
Property Value
ImpersonatorUserName
Declaration
public string ImpersonatorUserName { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
TenantName
Declaration
public string TenantName { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
UserId
Declaration
public Guid? UserId { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods