Table of Contents

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

string

EmailAddress

public string EmailAddress { get; init; }

Property Value

string

EndDateAsUtc

public DateTime? EndDateAsUtc { get; init; }

Property Value

DateTime?

EntityId

public ShortGuid? EntityId { get; init; }

Property Value

ShortGuid?

OrderBy

public override string OrderBy { get; init; }

Property Value

string

StartDateAsUtc

public DateTime? StartDateAsUtc { get; init; }

Property Value

DateTime?