Table of Contents

Class GetRolesQuery

Namespace
KadicAuth.Application.Roles.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetRolesQuery : IRequest<PaginatorResponseDto<RoleDto>>, IBaseRequest
Inheritance
object
GetRolesQuery
Implements
IRequest<PaginatorResponseDto<RoleDto>>
IBaseRequest

Constructors

GetRolesQuery(PaginatorRequestDto, Guid, Guid?)

public GetRolesQuery(PaginatorRequestDto PaginatorRequest, Guid TenantId, Guid? RoleId = null)

Parameters

PaginatorRequest PaginatorRequestDto
TenantId Guid
RoleId Guid?

Properties

PaginatorRequest

public PaginatorRequestDto PaginatorRequest { get; init; }

Property Value

PaginatorRequestDto

RoleId

public Guid? RoleId { get; init; }

Property Value

Guid?

TenantId

public Guid TenantId { get; init; }

Property Value

Guid