Show / Hide Table of Contents

Class GetAuditLogListDto

Inheritance
object
LimitedResultRequestDto
PagedResultRequestDto
PagedAndSortedResultRequestDto
GetAuditLogListDto
Implements
IValidatableObject
IPagedAndSortedResultRequest
IPagedResultRequest
ILimitedResultRequest
ISortedResultRequest
Inherited Members
PagedAndSortedResultRequestDto.Sorting
PagedResultRequestDto.SkipCount
LimitedResultRequestDto.Validate(ValidationContext)
LimitedResultRequestDto.DefaultMaxResultCount
LimitedResultRequestDto.MaxMaxResultCount
LimitedResultRequestDto.MaxResultCount
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AuditLogging
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
Type Description
string

ClientId

Declaration
public string ClientId { 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
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "HttpMethodFilterMaxLength", null)]
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
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "UrlFilterMaxLength", null)]
public string Url { get; set; }
Property Value
Type Description
string

UserName

Declaration
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "UserNameFilterMaxLength", null)]
public string UserName { get; set; }
Property Value
Type Description
string

Implements

IValidatableObject
IPagedAndSortedResultRequest
IPagedResultRequest
ILimitedResultRequest
ISortedResultRequest

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform