Update 20260130

This commit is contained in:
Stefan Hutter
2026-01-30 16:27:35 +01:00
parent 2d1525575b
commit 41588e8c92
58 changed files with 16895 additions and 402 deletions

View File

@@ -17,6 +17,7 @@ namespace Model
public string bpNummer { get; set; }
public string personNummer { get; set; }
public string dokumentDatei { get; set; }
public string ReferenceId { get; set; }
public List<attribute> attributes { get; set; }
}

View File

@@ -41,6 +41,8 @@ namespace Model
public List<attribute> APIValues { get; set; }
public List<textreplace> TextToReplace { get; set; }
public List<Listen> Listen { get; set; }
}
public class Liste
{
@@ -136,6 +138,7 @@ namespace Model
public string height;
public string tablevalues;
public string format;
public bool done = false;
}
//public class CLMDocItems

View File

@@ -28,6 +28,7 @@ namespace Model
public int protokollid { get; set; } = 0;
public string bemerkung { get; set; } = "";
public string ReferenceID { get; set; } = "";
public List<Versanddokument> Dokument { get; set; }
}
@@ -51,10 +52,6 @@ namespace Model
Partnernr = partnernr;
}
}
public class OnBase_Attributes
@@ -68,6 +65,7 @@ namespace Model
public string Returnaddress { get; set; } = "";
public string O2ODochandle { get; set; } = "";
public string Status { get; set; } = "";
public string ReferenceId { get; set; } = "";
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.