Table of Contents

Class GetAllTenantsQuery

Namespace
KadicAuth.Application.Tenants.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetAllTenantsQuery : IRequest<PaginatorResponseDto<TenantDto>>, IBaseRequest
Inheritance
object
GetAllTenantsQuery
Implements
IRequest<PaginatorResponseDto<TenantDto>>
IBaseRequest

Constructors

GetAllTenantsQuery(PaginatorRequestDto, bool?, Guid?)

public GetAllTenantsQuery(PaginatorRequestDto PaginatorRequest, bool? IsActive = null, Guid? PlanId = null)

Parameters

PaginatorRequest PaginatorRequestDto
IsActive bool?
PlanId Guid?

Properties

IsActive

public bool? IsActive { get; init; }

Property Value

bool?

PaginatorRequest

public PaginatorRequestDto PaginatorRequest { get; init; }

Property Value

PaginatorRequestDto

PlanId

public Guid? PlanId { get; init; }

Property Value

Guid?