Class GetAuditLogs.Query
- Namespace
- Raytha.Application.AuditLogs.Queries
- Assembly
- Raytha.Application.dll
public record GetAuditLogs.Query : GetPagedEntitiesInputDto, IEquatable<GetPagedEntitiesInputDto>, IRequest<IQueryResponseDto<ListResultDto<AuditLogDto>>>, IBaseRequest, IEquatable<GetAuditLogs.Query>
- Inheritance
-
GetAuditLogs.Query
- Implements
-
IBaseRequest
- Inherited Members
Properties
Category
public string Category { get; init; }
Property Value
EmailAddress
public string EmailAddress { get; init; }
Property Value
EndDateAsUtc
public DateTime? EndDateAsUtc { get; init; }
Property Value
EntityId
public ShortGuid? EntityId { get; init; }
Property Value
- ShortGuid?
OrderBy
public override string OrderBy { get; init; }
Property Value
StartDateAsUtc
public DateTime? StartDateAsUtc { get; init; }