This commit is contained in:
Jonathan Jenne
2021-10-27 10:32:04 +02:00
parent 8dfc659ef8
commit a519b93f47
18 changed files with 351 additions and 165 deletions

View File

@@ -1,10 +1,12 @@
Imports System.IO
Imports ImporterShared.Schemas
Namespace Documents
Public Class Document
Public File As FileInfo
Public Mandator As String
Public Type As DocumentType
Public Schema As Schema
Public Mandator As String
Public Selected As Boolean = False
''' <summary>
@@ -12,7 +14,6 @@ Namespace Documents
''' </summary>
Public CreatedAt As Date
Public TemplateName As String
Public TemplateType As Integer
Public [Option] As Integer