Class GetAuditLogListDto
Inheritance
GetAuditLogListDto
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class GetAuditLogListDto : PagedAndSortedResultRequestDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
Constructors
GetAuditLogListDto()
Declaration
public GetAuditLogListDto()
Properties
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
ClientId
Declaration
public string ClientId { get; set; }
Property Value
ClientIpAddress
Declaration
public string ClientIpAddress { get; set; }
Property Value
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
EndTime
Declaration
public DateTime? EndTime { get; set; }
Property Value
HasException
Declaration
public bool? HasException { get; set; }
Property Value
HttpMethod
Declaration
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "HttpMethodFilterMaxLength", null)]
public string HttpMethod { get; set; }
Property Value
HttpStatusCode
Declaration
public HttpStatusCode? HttpStatusCode { get; set; }
Property Value
MaxExecutionDuration
Declaration
public int? MaxExecutionDuration { get; set; }
Property Value
MinExecutionDuration
Declaration
public int? MinExecutionDuration { get; set; }
Property Value
StartTime
Declaration
public DateTime? StartTime { get; set; }
Property Value
Url
Declaration
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "UrlFilterMaxLength", null)]
public string Url { get; set; }
Property Value
UserName
Declaration
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "UserNameFilterMaxLength", null)]
public string UserName { get; set; }
Property Value
Implements
Extension Methods