update 20240927
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Security.Permissions;
|
||||
using System.Text;
|
||||
@@ -40,6 +41,8 @@ namespace Model
|
||||
public List<clsDocValue> DocValues {get;set;}
|
||||
public List<clsDocMacro> DocMacros { get; set; }
|
||||
|
||||
public DataTable dokumentwerte { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class clsDocValue
|
||||
|
||||
@@ -12,7 +12,9 @@ namespace Model
|
||||
DokumentBearbeiten,
|
||||
DokumentSpäterBearbeiten,
|
||||
DokumentAlsPDF,
|
||||
DokumentAlsPDFArchivieren
|
||||
DokumentAlsPDFArchivieren,
|
||||
DokumentPreview
|
||||
|
||||
}
|
||||
public class clsdocgendata
|
||||
{
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user