Started to design MetaData for Letters

This commit is contained in:
schnulller
2022-05-20 01:38:10 +02:00
parent d054cf07e1
commit bf3112cacd
8 changed files with 71 additions and 37 deletions

View File

@@ -4,9 +4,15 @@ using HaDocument.Models;
public class BriefeMetaViewModel
{
public Meta Meta { get; private set; }
public bool ShowSurroundingLetterLinks { get; private set; }
public bool ShowPDFButton { get; private set; }
public string? ParsedSenders { get; set; }
public string? ParsedReceivers { get; set; }
public (BriefeMetaViewModel, string)? Next { get; set; }
public (BriefeMetaViewModel, string)? Prev { get; set; }
public BriefeMetaViewModel(Meta meta)
{