EDMI: UpdateFile WIP

This commit is contained in:
Jonathan Jenne
2022-01-25 16:29:20 +01:00
parent 0fa654bda0
commit 884c9d4546
18 changed files with 460 additions and 338 deletions

View File

@@ -25,6 +25,15 @@
Public Property DateImported As Date = Date.Now
End Class
Public Class UpdateFileOptions
Inherits BaseOptions
''' <summary>
''' Should the changes in the file result in a new version? Otherwise the old file will be overridden.
''' </summary>
Public Property CreateNewFileVersion As Boolean = False
End Class
Public Class ImportFileOptions
Inherits BaseOptions