Table of Contents

Class DownloadPdfRequestDto

Namespace
Whipstaff.AspNetCore.Features.Pdf
Assembly
Whipstaff.AspNetCore.dll

Represents a PDF download request dto.

public sealed class DownloadPdfRequestDto : AuditableRequest<int, FileNameAndStreamModel>, IAuditableRequest<int, FileNameAndStreamModel>, ICommand<FileNameAndStreamModel>, IRequest<FileNameAndStreamModel>, IBaseRequest
Inheritance
DownloadPdfRequestDto
Implements
IBaseRequest
Inherited Members

Constructors

DownloadPdfRequestDto(int, ClaimsPrincipal)

Initializes a new instance of the DownloadPdfRequestDto class.

public DownloadPdfRequestDto(int requestDto, ClaimsPrincipal claimsPrincipal)

Parameters

requestDto int

Unique id for the file.

claimsPrincipal ClaimsPrincipal

The claims principal associated with the request.