Class AuditLogQueryParameters
- Namespace
- JJConsulting.Infinity.Domain.AuditLog
- Assembly
- JJConsulting.Infinity.Domain.dll
public sealed class AuditLogQueryParameters : QueryParameters
Inheritance
-
Inherited Members
-
Properties
CategoryId
public Guid? CategoryId { get; set; }
Property Value
- Guid?
-
CategoryName
public string? CategoryName { get; set; }
Property Value
- string?
-
DateFrom
public DateTime? DateFrom { get; set; }
Property Value
- DateTime?
-
DateTo
public DateTime? DateTo { get; set; }
Property Value
- DateTime?
-
Period
public LogPeriod? Period { get; set; }
Property Value
- LogPeriod?
-
Roles
public Guid[] Roles { get; set; }
Property Value
- Guid[]
-
SearchIp
public string? SearchIp { get; set; }
Property Value
- string?
-
Users
public Guid[] Users { get; set; }
Property Value
- Guid[]
-