updfate 20250919
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="apidokument.cs" />
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
||||
50
ZZPDFTest/apidokument.cs
Normal file
50
ZZPDFTest/apidokument.cs
Normal file
@@ -0,0 +1,50 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZZPDFTest
|
||||
{
|
||||
public class apidokument
|
||||
{
|
||||
public string Result_Versandstrasse { get; set; }
|
||||
public string Versand_Direkt { get; set; } = "";
|
||||
public string Versand_Option { get; set; } = "";
|
||||
public string GAS_Adresse { get; set; } = "";
|
||||
public string Result_OnDoc { get; set; }
|
||||
public string Result_Sender { get; set; }
|
||||
public string Result_FileType { get; set; }
|
||||
public string ConfirmationMail { get; set; }
|
||||
public string ConfirmationMailAddress { get; set; }
|
||||
|
||||
}
|
||||
public class dokument
|
||||
{
|
||||
public string VorlagenTypID { get; set; }
|
||||
public string Partnernr { get; set; }
|
||||
public string TGNrErsteller { get; set; }
|
||||
public string TGNrVerantwortlich { get; set; }
|
||||
public string TGNrUnterschriftLinks { get; set; }
|
||||
public string TGNrUnterschriftRechts { get; set; }
|
||||
public string OhneUnterschrift { get; set; }
|
||||
public string FaksimileUnterschrift { get; set; }
|
||||
public string PrintLogo { get; set; }
|
||||
public string Dokumentdatum { get; set; }
|
||||
public string Bezeichnung { get; set; }
|
||||
public List<attribute> Attributes { get; set; }
|
||||
public List<textreplace> TextToReplace { get; set; }
|
||||
}
|
||||
|
||||
public class attribute
|
||||
{
|
||||
public string Tag { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
public class textreplace
|
||||
{
|
||||
public string TextToFind { get; set; }
|
||||
public string TextToReplace { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
32ecec4cabe2d3c7186e825df98fbe5494e7a3ae75af6faf59f6c039b56f3968
|
||||
bd5dd47d067bc9532c31731ca6802d972b4494533d8643dd34be027c266d4b31
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user