Logging und Vorbereitung MAPPING wie in taskFLOW
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
Imports DigitalData.Modules.Database
|
Imports DigitalData.Modules.Database
|
||||||
|
|
||||||
Public Class Environment
|
Public Class Environment
|
||||||
Public Property User As New State.UserState
|
Public Property User As New State.UserState
|
||||||
Public Property Settings As New State.SettingsState
|
Public Property Settings As New State.SettingsState
|
||||||
@@ -7,10 +6,4 @@ Public Class Environment
|
|||||||
Public Property Database As MSSQLServer
|
Public Property Database As MSSQLServer
|
||||||
Public Property DatabaseIDB As MSSQLServer
|
Public Property DatabaseIDB As MSSQLServer
|
||||||
Public Property Modules As New Dictionary(Of String, State.ModuleState)
|
Public Property Modules As New Dictionary(Of String, State.ModuleState)
|
||||||
Public Class MapFilehandler
|
|
||||||
Public CopyWMFile2Temp As Boolean = False
|
|
||||||
Public WM_SUFFIX As String = "\\WINDREAM\OBJECTS"
|
|
||||||
Public MAP_SHAREDRIVE As String = ""
|
|
||||||
Public MAP_BLACKLIST As String = ""
|
|
||||||
End Class
|
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
Namespace State
|
Namespace State
|
||||||
Public Class SettingsState
|
Public Class SettingsState
|
||||||
Public GdPictureKey As String = String.Empty
|
Public GdPictureKey As String = String.Empty
|
||||||
|
Public CopyWMFile2Temp As Boolean = False
|
||||||
|
Public WM_SUFFIX As String = "\\WINDREAM\OBJECTS"
|
||||||
|
Public MAP_SHAREDRIVE As String = ""
|
||||||
|
Public MAP_BLACKLIST As String = ""
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
Reference in New Issue
Block a user