Show / Hide Table of Contents

Class GetAuditLogListDto

Inheritance
object
GetAuditLogListDto
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class GetAuditLogListDto : PagedAndSortedResultRequestDto

Constructors

GetAuditLogListDto()

Declaration
public GetAuditLogListDto()

Properties

ApplicationName

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

ClientIpAddress

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

CorrelationId

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

EndTime

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

HasException

Declaration
public bool? HasException { get; set; }
Property Value
Type Description
bool?

HttpMethod

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

HttpStatusCode

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

MaxExecutionDuration

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

MinExecutionDuration

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

StartTime

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

Url

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

UserName

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