Class ExportAuditLogsInput
Inheritance
ExportAuditLogsInput
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
public class ExportAuditLogsInput : IValidatableObject
Constructors
Declaration
public ExportAuditLogsInput()
Properties
Declaration
public string ApplicationName { get; set; }
Property Value
Declaration
public string ClientId { get; set; }
Property Value
Declaration
public string ClientIpAddress { get; set; }
Property Value
Declaration
public string CorrelationId { get; set; }
Property Value
Declaration
public DateTime? EndTime { get; set; }
Property Value
Declaration
public bool? HasException { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "HttpMethodFilterMaxLength", null)]
public string HttpMethod { get; set; }
Property Value
Declaration
public HttpStatusCode? HttpStatusCode { get; set; }
Property Value
Declaration
public int? MaxExecutionDuration { get; set; }
Property Value
Declaration
public int? MinExecutionDuration { get; set; }
Property Value
Declaration
public string Sorting { get; set; }
Property Value
Declaration
public DateTime? StartTime { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "UrlFilterMaxLength", null)]
public string Url { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(AuditLogDtoCommonConsts), "UserNameFilterMaxLength", null)]
public string UserName { get; set; }
Property Value
Methods
Validate(ValidationContext)
Declaration
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Returns
Implements
Extension Methods