mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Added pills, but not for ZH
This commit is contained in:
@@ -4,18 +4,19 @@ 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 bool HasMarginals { get; private set; }
|
||||
|
||||
public string? ParsedSenders { get; set; }
|
||||
public string? ParsedReceivers { get; set; }
|
||||
public string? ParsedZHString { get; set; }
|
||||
|
||||
public (BriefeMetaViewModel, string)? Next { get; set; }
|
||||
public (BriefeMetaViewModel, string)? Prev { get; set; }
|
||||
|
||||
|
||||
public BriefeMetaViewModel(Meta meta)
|
||||
public BriefeMetaViewModel(Meta meta, bool hasMarginals)
|
||||
{
|
||||
Meta = meta;
|
||||
HasMarginals = hasMarginals;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user