diff --git a/app/.vs/windream-Result-Handler/FileContentIndex/2767459c-a475-4fc6-9b9d-b6007e244b23.vsidx b/app/.vs/windream-Result-Handler/FileContentIndex/2767459c-a475-4fc6-9b9d-b6007e244b23.vsidx
new file mode 100644
index 0000000..8a57b26
Binary files /dev/null and b/app/.vs/windream-Result-Handler/FileContentIndex/2767459c-a475-4fc6-9b9d-b6007e244b23.vsidx differ
diff --git a/app/.vs/windream-Result-Handler/FileContentIndex/597288ca-94fa-4b38-a1c6-bcf6c43000e1.vsidx b/app/.vs/windream-Result-Handler/FileContentIndex/597288ca-94fa-4b38-a1c6-bcf6c43000e1.vsidx
new file mode 100644
index 0000000..69661c4
Binary files /dev/null and b/app/.vs/windream-Result-Handler/FileContentIndex/597288ca-94fa-4b38-a1c6-bcf6c43000e1.vsidx differ
diff --git a/app/.vs/windream-Result-Handler/FileContentIndex/66905edb-4aee-4e16-8134-e9bd9ddd3a69.vsidx b/app/.vs/windream-Result-Handler/FileContentIndex/66905edb-4aee-4e16-8134-e9bd9ddd3a69.vsidx
new file mode 100644
index 0000000..e471cc5
Binary files /dev/null and b/app/.vs/windream-Result-Handler/FileContentIndex/66905edb-4aee-4e16-8134-e9bd9ddd3a69.vsidx differ
diff --git a/app/.vs/windream-Result-Handler/FileContentIndex/read.lock b/app/.vs/windream-Result-Handler/FileContentIndex/read.lock
new file mode 100644
index 0000000..e69de29
diff --git a/app/ClassWMResulthandler/DD_WMResulthandler.vbproj b/app/ClassWMResulthandler/DD_WMResulthandler.vbproj
index 538bc32..86b682f 100644
--- a/app/ClassWMResulthandler/DD_WMResulthandler.vbproj
+++ b/app/ClassWMResulthandler/DD_WMResulthandler.vbproj
@@ -10,7 +10,8 @@
DD_WMResulthandler
512
Windows
- v4.6.1
+ v4.6.2
+
true
@@ -43,11 +44,15 @@
On
-
- ..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll
+
+ ..\..\..\DDModules\Base\bin\Debug\DigitalData.Modules.Base.dll
-
- P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Email .NET\Bin\Independentsoft.Email.dll
+
+ False
+ ..\..\..\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll
+
+
+ ..\..\..\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll
P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll
@@ -69,8 +74,8 @@
..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll
-
- ..\packages\NLog.4.7.15\lib\net45\NLog.dll
+
+ ..\packages\NLog.5.0.5\lib\net46\NLog.dll
P:\Visual Studio Projekte\Bibliotheken\Oracle.ManagedDataAccess.dll
@@ -103,7 +108,6 @@
-
@@ -115,6 +119,7 @@
True
Application.myapp
+ True
True
diff --git a/app/ClassWMResulthandler/ModCurrent.vb b/app/ClassWMResulthandler/ModCurrent.vb
index 738063c..d8dd370 100644
--- a/app/ClassWMResulthandler/ModCurrent.vb
+++ b/app/ClassWMResulthandler/ModCurrent.vb
@@ -3,5 +3,6 @@
Public CURRENToWMConnect As Object
Public CURRENToWMSession As Object
Public CURRENT_WMDriveLetter As String = "W"
+ Public CURRENT_TempFiles As List(Of String)
End Module
diff --git a/app/ClassWMResulthandler/My Project/AssemblyInfo.vb b/app/ClassWMResulthandler/My Project/AssemblyInfo.vb
index 6f0c2ef..7abb7cd 100644
--- a/app/ClassWMResulthandler/My Project/AssemblyInfo.vb
+++ b/app/ClassWMResulthandler/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
'
-
-
+
+
diff --git a/app/ClassWMResulthandler/My Project/Resources.Designer.vb b/app/ClassWMResulthandler/My Project/Resources.Designer.vb
index 9ec0e70..f04625a 100644
--- a/app/ClassWMResulthandler/My Project/Resources.Designer.vb
+++ b/app/ClassWMResulthandler/My Project/Resources.Designer.vb
@@ -22,7 +22,7 @@ Namespace My.Resources
'''
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
'''
- _
diff --git a/app/ClassWMResulthandler/My Project/Settings.Designer.vb b/app/ClassWMResulthandler/My Project/Settings.Designer.vb
index 103a81f..0720041 100644
--- a/app/ClassWMResulthandler/My Project/Settings.Designer.vb
+++ b/app/ClassWMResulthandler/My Project/Settings.Designer.vb
@@ -15,7 +15,7 @@ Option Explicit On
Namespace My
_
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
diff --git a/app/ClassWMResulthandler/app.config b/app/ClassWMResulthandler/app.config
index fe177de..2b521e1 100644
--- a/app/ClassWMResulthandler/app.config
+++ b/app/ClassWMResulthandler/app.config
@@ -1,11 +1,11 @@
-
+
-
-
+
+
-
\ No newline at end of file
+
diff --git a/app/ClassWMResulthandler/clsDateiverarbeitung.vb b/app/ClassWMResulthandler/clsDateiverarbeitung.vb
index 56979ee..3e03485 100644
--- a/app/ClassWMResulthandler/clsDateiverarbeitung.vb
+++ b/app/ClassWMResulthandler/clsDateiverarbeitung.vb
@@ -4,6 +4,7 @@ Imports System.Text
Imports System.Text.RegularExpressions
Imports DigitalData.Modules.Logging
Imports Newtonsoft.Json
+Imports Newtonsoft.Json.Linq
Imports WINDREAMLib
Public Class clsDateiverarbeitung
@@ -211,7 +212,7 @@ Public Class clsDateiverarbeitung
Try
Const WMObjectEditModeLifeCycleEdit = "&H00000080"
Const WMLifeCycleTypeArchivePeriod = 2
-
+ Logger.Debug($"ArchiveDate for WMFile shall be changed: pFromDate [{pFromDate}] pDateOperator [{pDateOperator}]...")
pWMObject.LockFor(WMObjectEditModeLifeCycleEdit)
Dim oLC = pWMObject.aWMLifeCycle()
@@ -236,6 +237,7 @@ Public Class clsDateiverarbeitung
Return False
End Select
Dim archBis = DateAdd(oDateIntervall, pIntervall, oDateFrom)
+ Logger.Debug($"...archBis is [{archBis.ToShortDateString}]!")
'Dim pArchiveDate As String = archBis.ToString("yyyy-MM-dd")
oLC.SetPeriodEndDate(WMLifeCycleTypeArchivePeriod, archBis)
@@ -699,6 +701,18 @@ Public Class clsDateiverarbeitung
wdIndexwert = wdIndexwert.ToString.TrimEnd
wdIndexwert = wdIndexwert.ToString.TrimStart
Logger.Debug("indexvalue read is: '" & wdIndexwert & "'")
+ Try
+ Dim oConvertDT As DateTime
+ If DateTime.TryParse(wdIndexwert, oConvertDT) Then
+ Logger.Debug("indexvalue is datetime - converting to date")
+ Dim myDate As Date = wdIndexwert
+ wdIndexwert = Format(myDate, "yyyy-MM-dd")
+ End If
+ Catch ex As Exception
+ Logger.Warn("clsDateiverarbeitung: Error checking datetime: " & ex.Message)
+ End Try
+
+
_STRING = _STRING.Replace(reg_element.Value, wdIndexwert.ToString)
Logger.Debug("REGEX_String (" & i & ") " & _STRING)
i += 1
diff --git a/app/ClassWMResulthandler/clsEmail.vb b/app/ClassWMResulthandler/clsEmail.vb
deleted file mode 100644
index 8fca829..0000000
--- a/app/ClassWMResulthandler/clsEmail.vb
+++ /dev/null
@@ -1,84 +0,0 @@
-
-Imports System
-Imports Independentsoft.Email
-Imports Independentsoft.Email.Smtp
-Imports Independentsoft.Email.Mime
-Imports DigitalData.Modules.Logging
-Imports System.Net.Mail
-Imports System.Net
-Imports System.Net.Mime
-
-Public Class clsEmail
- Dim Logger As DigitalData.Modules.Logging.Logger
- Private Shared MailAktiv As Boolean = False
- Sub New(MyLogger As LogConfig)
- Logger = MyLogger.GetLogger()
- End Sub
- Public Function Email_Send(ByVal pMailSubject As String, ByVal pMailBody As String, pMailto As String,
- pMailfrom As String, pMailSmtp As String, pMailport As Integer, pMailUser As String, pMailPW As String,
- pAUTH_TYPE As String, Optional pAttment As String = "", Optional pTest As Boolean = False)
- Try
- Dim oError As Boolean = False
- Dim oReceipiants As String()
- If pMailto.Contains(";") Then
- oReceipiants = pMailto.Split(";")
- Else
- ReDim Preserve oReceipiants(0)
- oReceipiants(0) = pMailto
- End If
- For Each oMailReceipiant As String In oReceipiants
- Dim sClient = New Net.Mail.SmtpClient(pMailSmtp)
- Dim mymesssage As New MailMessage
- sClient.Port = pMailport
- If pAUTH_TYPE = "SSL" Then
- sClient.EnableSsl = True
- Else
- sClient.EnableSsl = False
- End If
-
- sClient.Credentials = New NetworkCredential(pMailUser, pMailPW)
- sClient.UseDefaultCredentials = False
- If pTest = True Then
- mymesssage.Body = $"This is the body (text will be replaced within profile)!
mailsmtp: {pMailSmtp}
mailport: {pMailport}
mailUser: {pMailUser}
mailPW: XXXX
AUTH_TYPE: {pAUTH_TYPE}"
- Else
- mymesssage.Body = pMailBody
- End If
-
- 'mymesssage.IsBodyHtml = True
- Dim htmlView As AlternateView = AlternateView.CreateAlternateViewFromString(mymesssage.Body)
- htmlView.ContentType = New System.Net.Mime.ContentType("text/html")
- mymesssage.AlternateViews.Add(htmlView)
- pAttment = pAttment.Replace("W:\", "\\windream\objects\")
- If pAttment <> String.Empty Then
- If System.IO.File.Exists(pAttment) Then
- Logger.Debug($"working on attachment {pAttment.ToString}...")
- Dim oAttachment As New System.Net.Mail.Attachment(pAttment)
- mymesssage.Attachments.Add(oAttachment)
- Else
- Logger.Warn($"Attachment {pAttment.ToString} is not existing - Mail won't be send!")
- oError = True
-
- End If
- End If
-
-
- mymesssage.From = New MailAddress(pMailfrom)
- mymesssage.Subject = pMailSubject
- mymesssage.To.Add(New MailAddress(oMailReceipiant))
- sClient.Send(mymesssage)
- Logger.Info($"Email successfully send to: [{oMailReceipiant}]!")
- Logger.Debug($"Email successfully send to: [{oMailReceipiant}]!")
- Next
- If oError = False Then
- Return True
- Else
- Return False
- End If
-
- Catch ex As Exception
- Logger.Error(ex)
- Return False
- End Try
-
- End Function
-End Class
diff --git a/app/ClassWMResulthandler/clsJob_Work.vb b/app/ClassWMResulthandler/clsJob_Work.vb
index 5cb8760..5b3b12d 100644
--- a/app/ClassWMResulthandler/clsJob_Work.vb
+++ b/app/ClassWMResulthandler/clsJob_Work.vb
@@ -1,9 +1,11 @@
Imports DigitalData.Modules.Logging
+Imports DigitalData.Modules.Messaging
+
Public Class clsJob_Work
Dim Logger As Logger
Private MyLogger As LogConfig
- Private _mail As clsEmail
- Public Sub New(MyLoggerConf As LogConfig, _email As clsEmail)
+ Private _mail As MailSender
+ Public Sub New(MyLoggerConf As LogConfig, _email As MailSender)
Logger = MyLoggerConf.GetLogger()
MyLogger = MyLoggerConf
_mail = _email
@@ -44,11 +46,25 @@ Public Class clsJob_Work
Logger.Warn("PWPlain is Nothing - Could not decrypt passwort 44")
Return False
End If
- If _mail.Email_Send(Email_subject, Email_Body, Email_receipiants, oMAILFROM, oMAILSMTP, oMAIL_PORT, oMAIL_USER, oMAIL_USER_PW, oMAIL_AUTH_TYPE, Attachment_Filename) = True Then
- Return True
- Else
- Logger.Warn("Email_Send_Independentsoft was not successfull!")
- Return False
+ Dim oSendto As New List(Of String)
+ Dim oSplit = Email_receipiants.Split(";")
+ For Each oMailAdress In oSplit
+ oSendto.Add(oMailAdress)
+ Next
+
+ Dim oAttMt As New List(Of String)
+ If Attachment_Filename <> String.Empty Then
+ oAttMt.Add(Attachment_Filename)
+ End If
+ If _mail.ConnectToServer(oMAILSMTP, oMAIL_PORT, oMAIL_USER, oPWPlain, oMAIL_AUTH_TYPE) = True Then
+ Logger.Info($"MAIL: Connection to {oMAILSMTP} successfull!")
+ If _mail.SendMail(oSendto, oMAILFROM, Email_subject, Email_Body, Now, oAttMt, 0) = True Then
+ Return True
+
+ Else
+ Logger.Warn("ConnectToServer was not successfull!")
+ Return False
+ End If
End If
Catch ex As Exception
Logger.Error(ex)
diff --git a/app/ClassWMResulthandler/clsProfil.vb b/app/ClassWMResulthandler/clsProfil.vb
index 26d5da7..7c88fdb 100644
--- a/app/ClassWMResulthandler/clsProfil.vb
+++ b/app/ClassWMResulthandler/clsProfil.vb
@@ -3,6 +3,7 @@ Imports System.IO
Imports System.Text
Imports Newtonsoft.Json
Imports DigitalData.Modules.Logging
+Imports DigitalData.Modules.Messaging
Public Class clsProfil
Inherits clsCURRENT
@@ -14,7 +15,7 @@ Public Class clsProfil
Private _database As clsDatabase
Private _dateiverarbeitung As clsDateiverarbeitung
Private _JobWork As clsJob_Work
- Private _email As clsEmail
+ Private _email As MailSender
Private Shared WD_aktivesDokument As WMObject
#End Region
Sub New(MyLogger As LogConfig, PROFIL_ID As Integer)
@@ -23,7 +24,7 @@ Public Class clsProfil
windream_index = New clsWindream_Index(MyLogger)
_database = New clsDatabase(MyLogger)
_dateiverarbeitung = New clsDateiverarbeitung(MyLogger)
- _email = New clsEmail(MyLogger)
+ _email = New MailSender(MyLogger)
_JobWork = New clsJob_Work(MyLogger, _email)
End Sub
@@ -167,6 +168,7 @@ Public Class clsProfil
oGesamtFiles = windreamSucheErgebnisse.Count
Dim oCountDocs As Integer = 0
Dim oEmailAttachment_path As String
+
For Each WMdok As WMObject In windreamSucheErgebnisse
oEmailAttachment_path = String.Empty
@@ -256,14 +258,39 @@ Public Class clsProfil
If oAttachment_FullFilename <> String.Empty Then
Logger.Warn($"Email Attachment {oAttachment_FullFilename}")
End If
- If _email.Email_Send(oEmail_Betreff, Email_Body, Email_Empfänger, MAILFROM, MAILSMTP, MAIL_PORT, MAIL_USER, MAIL_USER_PW, MAIL_AUTH_TYPE, oAttachment_FullFilename) = True Then
+ Dim oSendto As New List(Of String)
+ Dim oSplit = Email_Empfänger.split(";")
+ For Each oMailAdress In oSplit
+ oSendto.Add(oMailAdress)
+ Next
+ Dim oAttMt As New List(Of String)
+ If oAttachment_FullFilename <> String.Empty Then
+ oAttMt.Add(oAttachment_FullFilename)
+ clsCURRENT.TEMP_FILES.Add(oAttachment_FullFilename)
+ End If
+ If Not IsNothing(_email) And _email.Connected2Server = False Then
+ If _email.ConnectToServer(MAILSMTP, MAIL_PORT, MAIL_USER, MAIL_USER_PW, MAIL_AUTH_TYPE) = True Then
+ Logger.Info($"MAIL: Connection to {MAILSMTP} successfull!")
+ Else
+ Logger.Warn($"{oFileRunNo} Email_ConnectToServer was not successfull!")
+ FileJobSuccessful = False
+ End If
+
+ End If
+ If Not IsNothing(_email) And _email.SendMail(oSendto, MAILFROM, oEmail_Betreff, Email_Body, Now, oAttMt, 0) = True Then
FileJobSuccessful = True
Else
-
- Logger.Warn($"{oFileRunNo} Email_Send_Independentsoft 1 was not successfull!")
FileJobSuccessful = False
+ If IsNothing(_email) Then
+ Logger.Info($"_email is nothing")
+ Else
+ Logger.Info($"{oFileRunNo} Email_SendMail was not successfull!")
+
+ End If
+
End If
+
Else
Logger.Warn($"{oFileRunNo} DT_TBDD_EMAIL is nothing or contains no rows")
Return False
@@ -312,6 +339,8 @@ Public Class clsProfil
End Select
Next
+
+
'##################################
'JETZT DER DURCHLAUF DER DATEI-JOBS
'##################################
@@ -446,8 +475,18 @@ Public Class clsProfil
Else
Logger.Warn("KEINE File-JOBS für Profil '" & _Profilname & "' angelegt!")
End If
- Next
+ Next
+ Try
+ If Not IsNothing(_email) Then
+ If _email.Connected2Server = True Then
+ _email.DisconnectFromServer()
+ End If
+
+ End If
+ Catch ex As Exception
+
+ End Try
'Jetzt nochmal ein Durchlauf für Profiljobs wo alle Dateien abgearbeitet wurden.
For Each DR_PR_JB As DataRow In DT_PROFIL_JOB.Rows
Logger.Info("New run for " & DR_PR_JB.Item("JOB_TYP").ToString.ToUpper)
@@ -594,14 +633,30 @@ Public Class clsProfil
Return False
End If
+ Dim oSendto As New List(Of String)
+ Dim oSplit = Email_Empfänger.split(";")
+ For Each oMailAdress In oSplit
+ oSendto.Add(oMailAdress)
+ Next
- If _email.Email_Send(Email_Betreff, Email_Body, Email_Empfänger, MAILFROM, MAILSMTP, MAIL_PORT, MAIL_USER, MAIL_USER_PW, MAIL_AUTH_TYPE, clsCURRENT.CONCATTED_FILE) = True Then
- FileJobSuccessful = True
- Else
- Logger.Warn("Email_Send_Independentsoft 2 was not successfull!")
- FileJobSuccessful = False
+ Dim oAttMt As New List(Of String)
+ If clsCURRENT.CONCATTED_FILE <> String.Empty Then
+ oAttMt.Add(clsCURRENT.CONCATTED_FILE)
+ clsCURRENT.TEMP_FILES.Add(clsCURRENT.CONCATTED_FILE)
End If
+ If _email.ConnectToServer(MAILSMTP, MAIL_PORT, MAIL_USER, MAIL_USER_PW, MAIL_AUTH_TYPE) = True Then
+ If _email.SendMail(oSendto, MAILFROM, Email_Betreff, Email_Body, Now, oAttMt, 0) = True Then
+ FileJobSuccessful = True
+ Else
+ Logger.Warn("Email_SendMail2 was not successfull!")
+ FileJobSuccessful = False
+ End If
+ _email.DisconnectFromServer()
+ Else
+ Logger.Warn($"Email_ConnectToServer2 was not successfull!")
+ FileJobSuccessful = False
+ End If
Else
Logger.Warn("DT_TBDD_EMAIL is nothing or contains no rows")
@@ -619,10 +674,12 @@ Public Class clsProfil
Try
Dim myproc As Process = New Process()
myproc.StartInfo.FileName = """" & oFileString & """"
- myproc.StartInfo.Verb = "printto"
+ myproc.StartInfo.Verb = "printto" '"printto"
myproc.StartInfo.Arguments = oPrintername
myproc.StartInfo.UseShellExecute = True
+ Logger.Debug($"Send2Printer [{ myproc.StartInfo.FileName} # Verb:{myproc.StartInfo.Verb} # Arguments: {myproc.StartInfo.Arguments}] ")
myproc.Start()
+ System.Threading.Thread.Sleep(500)
Dim p As Process
p = Process.GetProcessById(myproc.Id)
Dim sw As Stopwatch = New Stopwatch()
@@ -636,15 +693,24 @@ Public Class clsProfil
End If
Loop
Logger.Debug("...process has exited: ")
- Logger.Info($"Send2Printer [{ myproc.StartInfo.FileName} # Verb:{myproc.StartInfo.Verb} # Arguments: {myproc.StartInfo.Arguments}]successfull! ")
FileJobSuccessful = True
sw.Stop()
- ' myproc.Kill()
+ Logger.Info($"Send2Printer successfully [{ myproc.StartInfo.FileName} # Verb:{myproc.StartInfo.Verb} # Arguments: {myproc.StartInfo.Arguments}] ")
+
File.Delete(oFileString)
Logger.Debug($"Deleted oFileString [{oFileString}]!")
Catch ex As Exception
- Logger.Warn("Could not print (printto) file: " & oFileString)
- Logger.Error(ex)
+ Dim omsg = "ERROR: Could not print (printto) file: " & oFileString
+ omsg &= vbNewLine & ex.Message
+ Logger.Info(omsg)
+ Logger.Error(ex, omsg)
+ FileJobSuccessful = False
+ Try
+ File.Delete(oFileString)
+ Catch ex1 As Exception
+
+ End Try
+
End Try
Next
Case "Send InfoMail with WM-Search".ToUpper
diff --git a/app/ClassWMResulthandler/packages.config b/app/ClassWMResulthandler/packages.config
index 7d6ddef..551fb56 100644
--- a/app/ClassWMResulthandler/packages.config
+++ b/app/ClassWMResulthandler/packages.config
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/app/DDWDResultHandler/App.config b/app/DDWDResultHandler/App.config
index 44be410..819f882 100644
--- a/app/DDWDResultHandler/App.config
+++ b/app/DDWDResultHandler/App.config
@@ -9,7 +9,7 @@
-
+
@@ -41,6 +41,10 @@
+
+
+
+
-
\ No newline at end of file
+
diff --git a/app/DDWDResultHandler/DDWDResultHandler.vb b/app/DDWDResultHandler/DDWDResultHandler.vb
index 19492c6..2e2a358 100644
--- a/app/DDWDResultHandler/DDWDResultHandler.vb
+++ b/app/DDWDResultHandler/DDWDResultHandler.vb
@@ -171,6 +171,17 @@ Public Class DDWDResultHandler
If initresult = True Then
'##### Profildurchlauf ########
_profil.Profil_Durchlauf(False)
+ For Each oFile As String In clsCURRENT.TEMP_FILES
+ If File.Exists(oFile) Then
+ Try
+ File.Delete(oFile)
+ Catch ex As Exception
+
+ End Try
+
+ End If
+ Next
+
ElseIf initresult = False Then
Logger.Warn("clsProfil konnte nicht initialisiert werden")
notcompleted = True
diff --git a/app/DDWDResultHandler/My Project/AssemblyInfo.vb b/app/DDWDResultHandler/My Project/AssemblyInfo.vb
index 0a1a781..ffe81eb 100644
--- a/app/DDWDResultHandler/My Project/AssemblyInfo.vb
+++ b/app/DDWDResultHandler/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
'
-
-
+
+
diff --git a/app/DDWDResultHandler/My Project/Resources.Designer.vb b/app/DDWDResultHandler/My Project/Resources.Designer.vb
index 07a8b49..7e99260 100644
--- a/app/DDWDResultHandler/My Project/Resources.Designer.vb
+++ b/app/DDWDResultHandler/My Project/Resources.Designer.vb
@@ -22,7 +22,7 @@ Namespace My.Resources
'''
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
'''
- _
diff --git a/app/DDWDResultHandler/My Project/Settings.Designer.vb b/app/DDWDResultHandler/My Project/Settings.Designer.vb
index 7523fa5..1619ffa 100644
--- a/app/DDWDResultHandler/My Project/Settings.Designer.vb
+++ b/app/DDWDResultHandler/My Project/Settings.Designer.vb
@@ -15,7 +15,7 @@ Option Explicit On
Namespace My
_
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
diff --git a/app/DDWDResultHandler/MyDataset.Designer.vb b/app/DDWDResultHandler/MyDataset.Designer.vb
index 22bee2d..2d1b26c 100644
--- a/app/DDWDResultHandler/MyDataset.Designer.vb
+++ b/app/DDWDResultHandler/MyDataset.Designer.vb
@@ -30,7 +30,7 @@ Partial Public Class MyDataset
Private _schemaSerializationMode As Global.System.Data.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub New()
MyBase.New
Me.BeginInit
@@ -42,7 +42,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext)
MyBase.New(info, context, false)
If (Me.IsBinarySerialized(info, context) = true) Then
@@ -77,7 +77,7 @@ Partial Public Class MyDataset
End Sub
_
Public ReadOnly Property TBVEKTOR_INDEX() As TBVEKTOR_INDEXDataTable
@@ -87,7 +87,7 @@ Partial Public Class MyDataset
End Property
_
Public Overrides Property SchemaSerializationMode() As Global.System.Data.SchemaSerializationMode
@@ -100,7 +100,7 @@ Partial Public Class MyDataset
End Property
_
Public Shadows ReadOnly Property Tables() As Global.System.Data.DataTableCollection
Get
@@ -109,7 +109,7 @@ Partial Public Class MyDataset
End Property
_
Public Shadows ReadOnly Property Relations() As Global.System.Data.DataRelationCollection
Get
@@ -118,7 +118,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub InitializeDerivedDataSet()
Me.BeginInit
Me.InitClass
@@ -126,7 +126,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overrides Function Clone() As Global.System.Data.DataSet
Dim cln As MyDataset = CType(MyBase.Clone,MyDataset)
cln.InitVars
@@ -135,19 +135,19 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function ShouldSerializeTables() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function ShouldSerializeRelations() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub ReadXmlSerializable(ByVal reader As Global.System.Xml.XmlReader)
If (Me.DetermineSchemaSerializationMode(reader) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then
Me.Reset
@@ -171,7 +171,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function GetSchemaSerializable() As Global.System.Xml.Schema.XmlSchema
Dim stream As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream()
Me.WriteXmlSchema(New Global.System.Xml.XmlTextWriter(stream, Nothing))
@@ -180,13 +180,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Overloads Sub InitVars()
Me.InitVars(true)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Overloads Sub InitVars(ByVal initTable As Boolean)
Me.tableTBVEKTOR_INDEX = CType(MyBase.Tables("TBVEKTOR_INDEX"),TBVEKTOR_INDEXDataTable)
If (initTable = true) Then
@@ -197,7 +197,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub InitClass()
Me.DataSetName = "MyDataset"
Me.Prefix = ""
@@ -209,13 +209,13 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Function ShouldSerializeTBVEKTOR_INDEX() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub SchemaChanged(ByVal sender As Object, ByVal e As Global.System.ComponentModel.CollectionChangeEventArgs)
If (e.Action = Global.System.ComponentModel.CollectionChangeAction.Remove) Then
Me.InitVars
@@ -223,7 +223,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Shared Function GetTypedDataSetSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType
Dim ds As MyDataset = New MyDataset()
Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType()
@@ -272,7 +272,7 @@ Partial Public Class MyDataset
Return type
End Function
- _
+ _
Public Delegate Sub TBVEKTOR_INDEXRowChangeEventHandler(ByVal sender As Object, ByVal e As TBVEKTOR_INDEXRowChangeEvent)
'''
@@ -288,7 +288,7 @@ Partial Public Class MyDataset
Private columnValue As Global.System.Data.DataColumn
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub New()
MyBase.New
Me.TableName = "TBVEKTOR_INDEX"
@@ -298,7 +298,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub New(ByVal table As Global.System.Data.DataTable)
MyBase.New
Me.TableName = table.TableName
@@ -316,14 +316,14 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext)
MyBase.New(info, context)
Me.InitVars
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property IndexnameColumn() As Global.System.Data.DataColumn
Get
Return Me.columnIndexname
@@ -331,7 +331,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ValueColumn() As Global.System.Data.DataColumn
Get
Return Me.columnValue
@@ -339,7 +339,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property Count() As Integer
Get
@@ -348,33 +348,33 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Default ReadOnly Property Item(ByVal index As Integer) As TBVEKTOR_INDEXRow
Get
Return CType(Me.Rows(index),TBVEKTOR_INDEXRow)
End Get
End Property
- _
+ _
Public Event TBVEKTOR_INDEXRowChanging As TBVEKTOR_INDEXRowChangeEventHandler
- _
+ _
Public Event TBVEKTOR_INDEXRowChanged As TBVEKTOR_INDEXRowChangeEventHandler
- _
+ _
Public Event TBVEKTOR_INDEXRowDeleting As TBVEKTOR_INDEXRowChangeEventHandler
- _
+ _
Public Event TBVEKTOR_INDEXRowDeleted As TBVEKTOR_INDEXRowChangeEventHandler
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Sub AddTBVEKTOR_INDEXRow(ByVal row As TBVEKTOR_INDEXRow)
Me.Rows.Add(row)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Function AddTBVEKTOR_INDEXRow(ByVal Indexname As String, ByVal Value As String) As TBVEKTOR_INDEXRow
Dim rowTBVEKTOR_INDEXRow As TBVEKTOR_INDEXRow = CType(Me.NewRow,TBVEKTOR_INDEXRow)
Dim columnValuesArray() As Object = New Object() {Indexname, Value}
@@ -384,7 +384,7 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overrides Function Clone() As Global.System.Data.DataTable
Dim cln As TBVEKTOR_INDEXDataTable = CType(MyBase.Clone,TBVEKTOR_INDEXDataTable)
cln.InitVars
@@ -392,20 +392,20 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function CreateInstance() As Global.System.Data.DataTable
Return New TBVEKTOR_INDEXDataTable()
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub InitVars()
Me.columnIndexname = MyBase.Columns("Indexname")
Me.columnValue = MyBase.Columns("Value")
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub InitClass()
Me.columnIndexname = New Global.System.Data.DataColumn("Indexname", GetType(String), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnIndexname)
@@ -414,25 +414,25 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function NewTBVEKTOR_INDEXRow() As TBVEKTOR_INDEXRow
Return CType(Me.NewRow,TBVEKTOR_INDEXRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow
Return New TBVEKTOR_INDEXRow(builder)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function GetRowType() As Global.System.Type
Return GetType(TBVEKTOR_INDEXRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowChanged(e)
If (Not (Me.TBVEKTOR_INDEXRowChangedEvent) Is Nothing) Then
@@ -441,7 +441,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowChanging(e)
If (Not (Me.TBVEKTOR_INDEXRowChangingEvent) Is Nothing) Then
@@ -450,7 +450,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowDeleted(e)
If (Not (Me.TBVEKTOR_INDEXRowDeletedEvent) Is Nothing) Then
@@ -459,7 +459,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowDeleting(e)
If (Not (Me.TBVEKTOR_INDEXRowDeletingEvent) Is Nothing) Then
@@ -468,13 +468,13 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub RemoveTBVEKTOR_INDEXRow(ByVal row As TBVEKTOR_INDEXRow)
Me.Rows.Remove(row)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType
Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType()
Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence()
@@ -549,14 +549,14 @@ Partial Public Class MyDataset
Private tableTBVEKTOR_INDEX As TBVEKTOR_INDEXDataTable
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder)
MyBase.New(rb)
Me.tableTBVEKTOR_INDEX = CType(Me.Table,TBVEKTOR_INDEXDataTable)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Property Indexname() As String
Get
Try
@@ -571,7 +571,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Property Value() As String
Get
Try
@@ -586,25 +586,25 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function IsIndexnameNull() As Boolean
Return Me.IsNull(Me.tableTBVEKTOR_INDEX.IndexnameColumn)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub SetIndexnameNull()
Me(Me.tableTBVEKTOR_INDEX.IndexnameColumn) = Global.System.Convert.DBNull
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function IsValueNull() As Boolean
Return Me.IsNull(Me.tableTBVEKTOR_INDEX.ValueColumn)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub SetValueNull()
Me(Me.tableTBVEKTOR_INDEX.ValueColumn) = Global.System.Convert.DBNull
End Sub
@@ -613,7 +613,7 @@ Partial Public Class MyDataset
'''
'''Row event argument class
'''
- _
+ _
Public Class TBVEKTOR_INDEXRowChangeEvent
Inherits Global.System.EventArgs
@@ -622,7 +622,7 @@ Partial Public Class MyDataset
Private eventAction As Global.System.Data.DataRowAction
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub New(ByVal row As TBVEKTOR_INDEXRow, ByVal action As Global.System.Data.DataRowAction)
MyBase.New
Me.eventRow = row
@@ -630,7 +630,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property Row() As TBVEKTOR_INDEXRow
Get
Return Me.eventRow
@@ -638,7 +638,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property Action() As Global.System.Data.DataRowAction
Get
Return Me.eventAction
diff --git a/app/DDWDResultHandler/ServiceDDWDResultHandler.vbproj b/app/DDWDResultHandler/ServiceDDWDResultHandler.vbproj
index 21eb855..9a63c11 100644
--- a/app/DDWDResultHandler/ServiceDDWDResultHandler.vbproj
+++ b/app/DDWDResultHandler/ServiceDDWDResultHandler.vbproj
@@ -12,7 +12,7 @@
DDWDResultHandler
512
Console
- v4.6.1
+ v4.6.2
true
@@ -53,7 +53,7 @@
- ..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll
+ ..\..\..\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll
..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll
@@ -69,8 +69,8 @@
..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll
-
- ..\packages\NLog.4.7.15\lib\net45\NLog.dll
+
+ ..\packages\NLog.5.0.5\lib\net46\NLog.dll
@@ -105,6 +105,7 @@
True
Application.myapp
+ True
Component
diff --git a/app/DDWDResultHandler/packages.config b/app/DDWDResultHandler/packages.config
index c575af3..d755623 100644
--- a/app/DDWDResultHandler/packages.config
+++ b/app/DDWDResultHandler/packages.config
@@ -2,5 +2,5 @@
-
+
\ No newline at end of file
diff --git a/app/ResultHandler_Konfig/App.config b/app/ResultHandler_Konfig/App.config
index a891e9c..e5a2184 100644
--- a/app/ResultHandler_Konfig/App.config
+++ b/app/ResultHandler_Konfig/App.config
@@ -11,7 +11,7 @@
-
+
@@ -58,6 +58,10 @@
+
+
+
+
-
\ No newline at end of file
+
diff --git a/app/ResultHandler_Konfig/My Project/Resources.Designer.vb b/app/ResultHandler_Konfig/My Project/Resources.Designer.vb
index 3e727e5..d1721a7 100644
--- a/app/ResultHandler_Konfig/My Project/Resources.Designer.vb
+++ b/app/ResultHandler_Konfig/My Project/Resources.Designer.vb
@@ -22,7 +22,7 @@ Namespace My.Resources
'''
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
'''
- _
diff --git a/app/ResultHandler_Konfig/My Project/Settings.Designer.vb b/app/ResultHandler_Konfig/My Project/Settings.Designer.vb
index 4ecd903..4e53a59 100644
--- a/app/ResultHandler_Konfig/My Project/Settings.Designer.vb
+++ b/app/ResultHandler_Konfig/My Project/Settings.Designer.vb
@@ -15,7 +15,7 @@ Option Explicit On
Namespace My
_
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
diff --git a/app/ResultHandler_Konfig/My Project/licenses.licx b/app/ResultHandler_Konfig/My Project/licenses.licx
index e69de29..887f673 100644
--- a/app/ResultHandler_Konfig/My Project/licenses.licx
+++ b/app/ResultHandler_Konfig/My Project/licenses.licx
@@ -0,0 +1 @@
+DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
diff --git a/app/ResultHandler_Konfig/MyDataset.Designer.vb b/app/ResultHandler_Konfig/MyDataset.Designer.vb
index 1e244e2..5903cc0 100644
--- a/app/ResultHandler_Konfig/MyDataset.Designer.vb
+++ b/app/ResultHandler_Konfig/MyDataset.Designer.vb
@@ -42,7 +42,7 @@ Partial Public Class MyDataset
Private _schemaSerializationMode As Global.System.Data.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub New()
MyBase.New
Me.BeginInit
@@ -54,7 +54,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext)
MyBase.New(info, context, false)
If (Me.IsBinarySerialized(info, context) = true) Then
@@ -101,7 +101,7 @@ Partial Public Class MyDataset
End Sub
_
Public ReadOnly Property TBWMRH_KONFIGURATION() As TBWMRH_KONFIGURATIONDataTable
@@ -111,7 +111,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property TBWMRH_PROFIL() As TBWMRH_PROFILDataTable
@@ -121,7 +121,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property TBWMRH_PROFIL_FILE_JOB() As TBWMRH_PROFIL_FILE_JOBDataTable
@@ -131,7 +131,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property TBWMRH_PROFIL_JOB() As TBWMRH_PROFIL_JOBDataTable
@@ -141,7 +141,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property TBDD_EMAIL_ACCOUNT() As TBDD_EMAIL_ACCOUNTDataTable
@@ -151,7 +151,7 @@ Partial Public Class MyDataset
End Property
_
Public Overrides Property SchemaSerializationMode() As Global.System.Data.SchemaSerializationMode
@@ -164,7 +164,7 @@ Partial Public Class MyDataset
End Property
_
Public Shadows ReadOnly Property Tables() As Global.System.Data.DataTableCollection
Get
@@ -173,7 +173,7 @@ Partial Public Class MyDataset
End Property
_
Public Shadows ReadOnly Property Relations() As Global.System.Data.DataRelationCollection
Get
@@ -182,7 +182,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub InitializeDerivedDataSet()
Me.BeginInit
Me.InitClass
@@ -190,7 +190,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overrides Function Clone() As Global.System.Data.DataSet
Dim cln As MyDataset = CType(MyBase.Clone,MyDataset)
cln.InitVars
@@ -199,19 +199,19 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function ShouldSerializeTables() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function ShouldSerializeRelations() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub ReadXmlSerializable(ByVal reader As Global.System.Xml.XmlReader)
If (Me.DetermineSchemaSerializationMode(reader) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then
Me.Reset
@@ -247,7 +247,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function GetSchemaSerializable() As Global.System.Xml.Schema.XmlSchema
Dim stream As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream()
Me.WriteXmlSchema(New Global.System.Xml.XmlTextWriter(stream, Nothing))
@@ -256,13 +256,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Overloads Sub InitVars()
Me.InitVars(true)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Overloads Sub InitVars(ByVal initTable As Boolean)
Me.tableTBWMRH_KONFIGURATION = CType(MyBase.Tables("TBWMRH_KONFIGURATION"),TBWMRH_KONFIGURATIONDataTable)
If (initTable = true) Then
@@ -299,7 +299,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub InitClass()
Me.DataSetName = "MyDataset"
Me.Prefix = ""
@@ -323,37 +323,37 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Function ShouldSerializeTBWMRH_KONFIGURATION() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Function ShouldSerializeTBWMRH_PROFIL() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Function ShouldSerializeTBWMRH_PROFIL_FILE_JOB() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Function ShouldSerializeTBWMRH_PROFIL_JOB() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Function ShouldSerializeTBDD_EMAIL_ACCOUNT() As Boolean
Return false
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub SchemaChanged(ByVal sender As Object, ByVal e As Global.System.ComponentModel.CollectionChangeEventArgs)
If (e.Action = Global.System.ComponentModel.CollectionChangeAction.Remove) Then
Me.InitVars
@@ -361,7 +361,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Shared Function GetTypedDataSetSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType
Dim ds As MyDataset = New MyDataset()
Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType()
@@ -410,19 +410,19 @@ Partial Public Class MyDataset
Return type
End Function
- _
+ _
Public Delegate Sub TBWMRH_KONFIGURATIONRowChangeEventHandler(ByVal sender As Object, ByVal e As TBWMRH_KONFIGURATIONRowChangeEvent)
- _
+ _
Public Delegate Sub TBWMRH_PROFILRowChangeEventHandler(ByVal sender As Object, ByVal e As TBWMRH_PROFILRowChangeEvent)
- _
+ _
Public Delegate Sub TBWMRH_PROFIL_FILE_JOBRowChangeEventHandler(ByVal sender As Object, ByVal e As TBWMRH_PROFIL_FILE_JOBRowChangeEvent)
- _
+ _
Public Delegate Sub TBWMRH_PROFIL_JOBRowChangeEventHandler(ByVal sender As Object, ByVal e As TBWMRH_PROFIL_JOBRowChangeEvent)
- _
+ _
Public Delegate Sub TBDD_EMAIL_ACCOUNTRowChangeEventHandler(ByVal sender As Object, ByVal e As TBDD_EMAIL_ACCOUNTRowChangeEvent)
'''
@@ -452,7 +452,7 @@ Partial Public Class MyDataset
Private columnPDF_XCHANGE_LOCATION As Global.System.Data.DataColumn
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub New()
MyBase.New
Me.TableName = "TBWMRH_KONFIGURATION"
@@ -462,7 +462,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub New(ByVal table As Global.System.Data.DataTable)
MyBase.New
Me.TableName = table.TableName
@@ -480,14 +480,14 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext)
MyBase.New(info, context)
Me.InitVars
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGUID
@@ -495,7 +495,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property WD_LAUFWERKColumn() As Global.System.Data.DataColumn
Get
Return Me.columnWD_LAUFWERK
@@ -503,7 +503,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property INTERVALLColumn() As Global.System.Data.DataColumn
Get
Return Me.columnINTERVALL
@@ -511,7 +511,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property LAST_TICKColumn() As Global.System.Data.DataColumn
Get
Return Me.columnLAST_TICK
@@ -519,7 +519,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property LOG_ERRORS_ONLYColumn() As Global.System.Data.DataColumn
Get
Return Me.columnLOG_ERRORS_ONLY
@@ -527,7 +527,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GEAENDERT_WERColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGEAENDERT_WER
@@ -535,7 +535,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GEAENDERTWANNColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGEAENDERTWANN
@@ -543,7 +543,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property PDF_TK_LOCATIONColumn() As Global.System.Data.DataColumn
Get
Return Me.columnPDF_TK_LOCATION
@@ -551,7 +551,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property PDF_XCHANGE_LOCATIONColumn() As Global.System.Data.DataColumn
Get
Return Me.columnPDF_XCHANGE_LOCATION
@@ -559,7 +559,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property Count() As Integer
Get
@@ -568,33 +568,33 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Default ReadOnly Property Item(ByVal index As Integer) As TBWMRH_KONFIGURATIONRow
Get
Return CType(Me.Rows(index),TBWMRH_KONFIGURATIONRow)
End Get
End Property
- _
+ _
Public Event TBWMRH_KONFIGURATIONRowChanging As TBWMRH_KONFIGURATIONRowChangeEventHandler
- _
+ _
Public Event TBWMRH_KONFIGURATIONRowChanged As TBWMRH_KONFIGURATIONRowChangeEventHandler
- _
+ _
Public Event TBWMRH_KONFIGURATIONRowDeleting As TBWMRH_KONFIGURATIONRowChangeEventHandler
- _
+ _
Public Event TBWMRH_KONFIGURATIONRowDeleted As TBWMRH_KONFIGURATIONRowChangeEventHandler
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Sub AddTBWMRH_KONFIGURATIONRow(ByVal row As TBWMRH_KONFIGURATIONRow)
Me.Rows.Add(row)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Function AddTBWMRH_KONFIGURATIONRow(ByVal GUID As Integer, ByVal WD_LAUFWERK As String, ByVal INTERVALL As Integer, ByVal LAST_TICK As Date, ByVal LOG_ERRORS_ONLY As Boolean, ByVal GEAENDERT_WER As String, ByVal GEAENDERTWANN As Date, ByVal PDF_TK_LOCATION As String, ByVal PDF_XCHANGE_LOCATION As String) As TBWMRH_KONFIGURATIONRow
Dim rowTBWMRH_KONFIGURATIONRow As TBWMRH_KONFIGURATIONRow = CType(Me.NewRow,TBWMRH_KONFIGURATIONRow)
Dim columnValuesArray() As Object = New Object() {GUID, WD_LAUFWERK, INTERVALL, LAST_TICK, LOG_ERRORS_ONLY, GEAENDERT_WER, GEAENDERTWANN, PDF_TK_LOCATION, PDF_XCHANGE_LOCATION}
@@ -604,13 +604,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function FindByGUID(ByVal GUID As Integer) As TBWMRH_KONFIGURATIONRow
Return CType(Me.Rows.Find(New Object() {GUID}),TBWMRH_KONFIGURATIONRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overrides Function Clone() As Global.System.Data.DataTable
Dim cln As TBWMRH_KONFIGURATIONDataTable = CType(MyBase.Clone,TBWMRH_KONFIGURATIONDataTable)
cln.InitVars
@@ -618,13 +618,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function CreateInstance() As Global.System.Data.DataTable
Return New TBWMRH_KONFIGURATIONDataTable()
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub InitVars()
Me.columnGUID = MyBase.Columns("GUID")
Me.columnWD_LAUFWERK = MyBase.Columns("WD_LAUFWERK")
@@ -638,7 +638,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub InitClass()
Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnGUID)
@@ -674,25 +674,25 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function NewTBWMRH_KONFIGURATIONRow() As TBWMRH_KONFIGURATIONRow
Return CType(Me.NewRow,TBWMRH_KONFIGURATIONRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow
Return New TBWMRH_KONFIGURATIONRow(builder)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function GetRowType() As Global.System.Type
Return GetType(TBWMRH_KONFIGURATIONRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowChanged(e)
If (Not (Me.TBWMRH_KONFIGURATIONRowChangedEvent) Is Nothing) Then
@@ -701,7 +701,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowChanging(e)
If (Not (Me.TBWMRH_KONFIGURATIONRowChangingEvent) Is Nothing) Then
@@ -710,7 +710,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowDeleted(e)
If (Not (Me.TBWMRH_KONFIGURATIONRowDeletedEvent) Is Nothing) Then
@@ -719,7 +719,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowDeleting(e)
If (Not (Me.TBWMRH_KONFIGURATIONRowDeletingEvent) Is Nothing) Then
@@ -728,13 +728,13 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub RemoveTBWMRH_KONFIGURATIONRow(ByVal row As TBWMRH_KONFIGURATIONRow)
Me.Rows.Remove(row)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType
Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType()
Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence()
@@ -839,7 +839,7 @@ Partial Public Class MyDataset
Private Shared columnLetzter_Durchlauf_defaultValue As Date = Date.Parse("1900-01-01T00:00:00")
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub New()
MyBase.New
Me.TableName = "TBWMRH_PROFIL"
@@ -849,7 +849,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub New(ByVal table As Global.System.Data.DataTable)
MyBase.New
Me.TableName = table.TableName
@@ -867,14 +867,14 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext)
MyBase.New(info, context)
Me.InitVars
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGUID
@@ -882,7 +882,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ProfilnameColumn() As Global.System.Data.DataColumn
Get
Return Me.columnProfilname
@@ -890,7 +890,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property AktivColumn() As Global.System.Data.DataColumn
Get
Return Me.columnAktiv
@@ -898,7 +898,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ObjekttypColumn() As Global.System.Data.DataColumn
Get
Return Me.columnObjekttyp
@@ -906,7 +906,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property WindreamSucheColumn() As Global.System.Data.DataColumn
Get
Return Me.columnWindreamSuche
@@ -914,7 +914,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property DayColumn() As Global.System.Data.DataColumn
Get
Return Me.columnDay
@@ -922,7 +922,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property RunColumn() As Global.System.Data.DataColumn
Get
Return Me.columnRun
@@ -930,7 +930,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property Letzter_DurchlaufColumn() As Global.System.Data.DataColumn
Get
Return Me.columnLetzter_Durchlauf
@@ -938,7 +938,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property RunningColumn() As Global.System.Data.DataColumn
Get
Return Me.columnRunning
@@ -946,7 +946,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ReihenfolgeColumn() As Global.System.Data.DataColumn
Get
Return Me.columnReihenfolge
@@ -954,7 +954,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ERSTELLTWERColumn() As Global.System.Data.DataColumn
Get
Return Me.columnERSTELLTWER
@@ -962,7 +962,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ERSTELLTWANNColumn() As Global.System.Data.DataColumn
Get
Return Me.columnERSTELLTWANN
@@ -970,7 +970,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GEAENDERTWERColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGEAENDERTWER
@@ -978,7 +978,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GEAENDERTWANNColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGEAENDERTWANN
@@ -986,7 +986,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property Count() As Integer
Get
@@ -995,33 +995,33 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Default ReadOnly Property Item(ByVal index As Integer) As TBWMRH_PROFILRow
Get
Return CType(Me.Rows(index),TBWMRH_PROFILRow)
End Get
End Property
- _
+ _
Public Event TBWMRH_PROFILRowChanging As TBWMRH_PROFILRowChangeEventHandler
- _
+ _
Public Event TBWMRH_PROFILRowChanged As TBWMRH_PROFILRowChangeEventHandler
- _
+ _
Public Event TBWMRH_PROFILRowDeleting As TBWMRH_PROFILRowChangeEventHandler
- _
+ _
Public Event TBWMRH_PROFILRowDeleted As TBWMRH_PROFILRowChangeEventHandler
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Sub AddTBWMRH_PROFILRow(ByVal row As TBWMRH_PROFILRow)
Me.Rows.Add(row)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Function AddTBWMRH_PROFILRow(ByVal Profilname As String, ByVal Aktiv As Boolean, ByVal Objekttyp As String, ByVal WindreamSuche As String, ByVal Day As String, ByVal Run As String, ByVal Letzter_Durchlauf As Date, ByVal Running As Boolean, ByVal Reihenfolge As Integer, ByVal ERSTELLTWER As String, ByVal ERSTELLTWANN As Date, ByVal GEAENDERTWER As String, ByVal GEAENDERTWANN As Date) As TBWMRH_PROFILRow
Dim rowTBWMRH_PROFILRow As TBWMRH_PROFILRow = CType(Me.NewRow,TBWMRH_PROFILRow)
Dim columnValuesArray() As Object = New Object() {Nothing, Profilname, Aktiv, Objekttyp, WindreamSuche, Day, Run, Letzter_Durchlauf, Running, Reihenfolge, ERSTELLTWER, ERSTELLTWANN, GEAENDERTWER, GEAENDERTWANN}
@@ -1031,13 +1031,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function FindByGUID(ByVal GUID As Integer) As TBWMRH_PROFILRow
Return CType(Me.Rows.Find(New Object() {GUID}),TBWMRH_PROFILRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overrides Function Clone() As Global.System.Data.DataTable
Dim cln As TBWMRH_PROFILDataTable = CType(MyBase.Clone,TBWMRH_PROFILDataTable)
cln.InitVars
@@ -1045,13 +1045,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function CreateInstance() As Global.System.Data.DataTable
Return New TBWMRH_PROFILDataTable()
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub InitVars()
Me.columnGUID = MyBase.Columns("GUID")
Me.columnProfilname = MyBase.Columns("Profilname")
@@ -1070,7 +1070,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub InitClass()
Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnGUID)
@@ -1128,25 +1128,25 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function NewTBWMRH_PROFILRow() As TBWMRH_PROFILRow
Return CType(Me.NewRow,TBWMRH_PROFILRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow
Return New TBWMRH_PROFILRow(builder)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function GetRowType() As Global.System.Type
Return GetType(TBWMRH_PROFILRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowChanged(e)
If (Not (Me.TBWMRH_PROFILRowChangedEvent) Is Nothing) Then
@@ -1155,7 +1155,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowChanging(e)
If (Not (Me.TBWMRH_PROFILRowChangingEvent) Is Nothing) Then
@@ -1164,7 +1164,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowDeleted(e)
If (Not (Me.TBWMRH_PROFILRowDeletedEvent) Is Nothing) Then
@@ -1173,7 +1173,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowDeleting(e)
If (Not (Me.TBWMRH_PROFILRowDeletingEvent) Is Nothing) Then
@@ -1182,13 +1182,13 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub RemoveTBWMRH_PROFILRow(ByVal row As TBWMRH_PROFILRow)
Me.Rows.Remove(row)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType
Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType()
Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence()
@@ -1297,7 +1297,7 @@ Partial Public Class MyDataset
Private columnGEAENDERTWANN As Global.System.Data.DataColumn
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Sub New()
MyBase.New
Me.TableName = "TBWMRH_PROFIL_FILE_JOB"
@@ -1307,7 +1307,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub New(ByVal table As Global.System.Data.DataTable)
MyBase.New
Me.TableName = table.TableName
@@ -1325,14 +1325,14 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext)
MyBase.New(info, context)
Me.InitVars
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGUID
@@ -1340,7 +1340,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property PROFIL_IDColumn() As Global.System.Data.DataColumn
Get
Return Me.columnPROFIL_ID
@@ -1348,7 +1348,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property TYPColumn() As Global.System.Data.DataColumn
Get
Return Me.columnTYP
@@ -1356,7 +1356,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property STRING1Column() As Global.System.Data.DataColumn
Get
Return Me.columnSTRING1
@@ -1364,7 +1364,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property STRING2Column() As Global.System.Data.DataColumn
Get
Return Me.columnSTRING2
@@ -1372,7 +1372,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property STRING3Column() As Global.System.Data.DataColumn
Get
Return Me.columnSTRING3
@@ -1380,7 +1380,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property STRING4Column() As Global.System.Data.DataColumn
Get
Return Me.columnSTRING4
@@ -1388,7 +1388,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property BOOL1Column() As Global.System.Data.DataColumn
Get
Return Me.columnBOOL1
@@ -1396,7 +1396,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property BOOL2Column() As Global.System.Data.DataColumn
Get
Return Me.columnBOOL2
@@ -1404,7 +1404,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property BOOL3Column() As Global.System.Data.DataColumn
Get
Return Me.columnBOOL3
@@ -1412,7 +1412,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property BOOL4Column() As Global.System.Data.DataColumn
Get
Return Me.columnBOOL4
@@ -1420,7 +1420,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property AKTIVColumn() As Global.System.Data.DataColumn
Get
Return Me.columnAKTIV
@@ -1428,7 +1428,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property REIHENFOLGEColumn() As Global.System.Data.DataColumn
Get
Return Me.columnREIHENFOLGE
@@ -1436,7 +1436,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ERSTELLTWERColumn() As Global.System.Data.DataColumn
Get
Return Me.columnERSTELLTWER
@@ -1444,7 +1444,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property ERSTELLTWANNColumn() As Global.System.Data.DataColumn
Get
Return Me.columnERSTELLTWANN
@@ -1452,7 +1452,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GEAENDERTWERColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGEAENDERTWER
@@ -1460,7 +1460,7 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public ReadOnly Property GEAENDERTWANNColumn() As Global.System.Data.DataColumn
Get
Return Me.columnGEAENDERTWANN
@@ -1468,7 +1468,7 @@ Partial Public Class MyDataset
End Property
_
Public ReadOnly Property Count() As Integer
Get
@@ -1477,33 +1477,33 @@ Partial Public Class MyDataset
End Property
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Default ReadOnly Property Item(ByVal index As Integer) As TBWMRH_PROFIL_FILE_JOBRow
Get
Return CType(Me.Rows(index),TBWMRH_PROFIL_FILE_JOBRow)
End Get
End Property
- _
+ _
Public Event TBWMRH_PROFIL_FILE_JOBRowChanging As TBWMRH_PROFIL_FILE_JOBRowChangeEventHandler
- _
+ _
Public Event TBWMRH_PROFIL_FILE_JOBRowChanged As TBWMRH_PROFIL_FILE_JOBRowChangeEventHandler
- _
+ _
Public Event TBWMRH_PROFIL_FILE_JOBRowDeleting As TBWMRH_PROFIL_FILE_JOBRowChangeEventHandler
- _
+ _
Public Event TBWMRH_PROFIL_FILE_JOBRowDeleted As TBWMRH_PROFIL_FILE_JOBRowChangeEventHandler
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Sub AddTBWMRH_PROFIL_FILE_JOBRow(ByVal row As TBWMRH_PROFIL_FILE_JOBRow)
Me.Rows.Add(row)
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overloads Function AddTBWMRH_PROFIL_FILE_JOBRow( _
ByVal parentTBWMRH_PROFILRowByFK_FILE_JOB_PROFILID As TBWMRH_PROFILRow, _
ByVal TYP As String, _
@@ -1532,13 +1532,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function FindByGUID(ByVal GUID As Integer) As TBWMRH_PROFIL_FILE_JOBRow
Return CType(Me.Rows.Find(New Object() {GUID}),TBWMRH_PROFIL_FILE_JOBRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Overrides Function Clone() As Global.System.Data.DataTable
Dim cln As TBWMRH_PROFIL_FILE_JOBDataTable = CType(MyBase.Clone,TBWMRH_PROFIL_FILE_JOBDataTable)
cln.InitVars
@@ -1546,13 +1546,13 @@ Partial Public Class MyDataset
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function CreateInstance() As Global.System.Data.DataTable
Return New TBWMRH_PROFIL_FILE_JOBDataTable()
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Friend Sub InitVars()
Me.columnGUID = MyBase.Columns("GUID")
Me.columnPROFIL_ID = MyBase.Columns("PROFIL_ID")
@@ -1574,7 +1574,7 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Private Sub InitClass()
Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnGUID)
@@ -1640,25 +1640,25 @@ Partial Public Class MyDataset
End Sub
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Public Function NewTBWMRH_PROFIL_FILE_JOBRow() As TBWMRH_PROFIL_FILE_JOBRow
Return CType(Me.NewRow,TBWMRH_PROFIL_FILE_JOBRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow
Return New TBWMRH_PROFIL_FILE_JOBRow(builder)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Function GetRowType() As Global.System.Type
Return GetType(TBWMRH_PROFIL_FILE_JOBRow)
End Function
_
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")> _
Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs)
MyBase.OnRowChanged(e)
If (Not (Me.TBWMRH_PROFIL_FILE_JOBRowChangedEvent) Is Nothing) Then
@@ -1667,7 +1667,7 @@ Partial Public Class MyDataset
End Sub