Show / Hide Table of Contents

Class AuditLogDto

Inheritance
object
AuditLogDto
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class AuditLogDto : ExtensibleEntityDto<Guid>

Constructors

AuditLogDto()

Declaration
public AuditLogDto()

Properties

Actions

Declaration
public List<AuditLogActionDto> Actions { get; set; }
Property Value
Type Description
List<AuditLogActionDto>

ApplicationName

Declaration
public string ApplicationName { get; set; }
Property Value
Type Description
string

BrowserInfo

Declaration
public string BrowserInfo { get; set; }
Property Value
Type Description
string

ClientIpAddress

Declaration
public string ClientIpAddress { get; set; }
Property Value
Type Description
string

ClientName

Declaration
public string ClientName { get; set; }
Property Value
Type Description
string

Comments

Declaration
public string Comments { get; set; }
Property Value
Type Description
string

CorrelationId

Declaration
public string CorrelationId { get; set; }
Property Value
Type Description
string

EntityChanges

Declaration
public List<EntityChangeDto> EntityChanges { get; set; }
Property Value
Type Description
List<EntityChangeDto>

Exceptions

Declaration
public string Exceptions { get; set; }
Property Value
Type Description
string

ExecutionDuration

Declaration
public int ExecutionDuration { get; set; }
Property Value
Type Description
int

ExecutionTime

Declaration
public DateTime ExecutionTime { get; set; }
Property Value
Type Description
DateTime

HttpMethod

Declaration
public string HttpMethod { get; set; }
Property Value
Type Description
string

HttpStatusCode

Declaration
public int? HttpStatusCode { get; set; }
Property Value
Type Description
int?

ImpersonatorTenantId

Declaration
public Guid? ImpersonatorTenantId { get; set; }
Property Value
Type Description
Guid?

ImpersonatorTenantName

Declaration
public string ImpersonatorTenantName { get; set; }
Property Value
Type Description
string

ImpersonatorUserId

Declaration
public Guid? ImpersonatorUserId { get; set; }
Property Value
Type Description
Guid?

ImpersonatorUserName

Declaration
public string ImpersonatorUserName { get; set; }
Property Value
Type Description
string

TenantId

Declaration
public Guid? TenantId { get; set; }
Property Value
Type Description
Guid?

TenantName

Declaration
public string TenantName { get; set; }
Property Value
Type Description
string

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

UserId

Declaration
public Guid? UserId { get; set; }
Property Value
Type Description
Guid?

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft