mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Initial replacement of old repository.
This commit is contained in:
15
HamannPrinter/Confix.cs
Normal file
15
HamannPrinter/Confix.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace HamannPrinter
|
||||
{
|
||||
public class Confix
|
||||
{
|
||||
public bool? LettersDocx { get; set; }
|
||||
public bool? VolumeDocx { get; set; }
|
||||
public bool? RegisterDocx { get; set; }
|
||||
public string HamannXmlPath { get; set; }
|
||||
public string OutputPath { get; set; }
|
||||
public (int, int) Years { get; set; }
|
||||
public string Editionsrichtlinien { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user