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
-
IRequest<FileNameAndStreamModel>IBaseRequest
- Inherited Members
Constructors
DownloadPdfRequestDto(int, ClaimsPrincipal)
Initializes a new instance of the DownloadPdfRequestDto class.
public DownloadPdfRequestDto(int requestDto, ClaimsPrincipal claimsPrincipal)
Parameters
requestDto
intUnique id for the file.
claimsPrincipal
ClaimsPrincipalThe claims principal associated with the request.