MS Changes Firebird due to wisag
BIN
.vs/DD_EmailProfiler/v15/.suo
Normal file
3
.vs/ProjectSettings.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"CurrentProjectSetting": null
|
||||
}
|
||||
8
.vs/VSWorkspaceState.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
"",
|
||||
"\\App"
|
||||
],
|
||||
"SelectedNode": "\\App\\SERV_EMAIL.sln",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
BIN
.vs/slnx.sqlite
Normal file
BIN
App/.vs/SERV_EMAIL/DesignTimeBuild/.dtbcache
Normal file
BIN
App/.vs/SERV_EMAIL/v15/.suo
Normal file
47
App/CONFIG_APP/App.config
Normal file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="CONFIG_APP.My.MySettings.DD_ECMConnectionString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
||||
providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<CONFIG_APP.My.MySettings>
|
||||
<setting name="MyConnectionString" serializeAs="String">
|
||||
<value>Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</value>
|
||||
</setting>
|
||||
<setting name="MyServer" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="EmailTest_Receipiant" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
</CONFIG_APP.My.MySettings>
|
||||
</userSettings>
|
||||
<applicationSettings>
|
||||
<CONFIG_APP.My.MySettings>
|
||||
<setting name="FB_DATABASE" serializeAs="String">
|
||||
<value>172.24.12.41</value>
|
||||
</setting>
|
||||
<setting name="FB_DATASOURCE" serializeAs="String">
|
||||
<value>172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB</value>
|
||||
</setting>
|
||||
<setting name="FB_USER" serializeAs="String">
|
||||
<value>sysdba</value>
|
||||
</setting>
|
||||
<setting name="FB_PW" serializeAs="String">
|
||||
<value>dd</value>
|
||||
</setting>
|
||||
</CONFIG_APP.My.MySettings>
|
||||
</applicationSettings>
|
||||
</configuration>
|
||||
195
App/CONFIG_APP/CONFIG_APP.vbproj
Normal file
@ -0,0 +1,195 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{CADEB4EE-C7EF-446D-8F18-69A89E65EBBD}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>CONFIG_APP.My.MyApplication</StartupObject>
|
||||
<RootNamespace>CONFIG_APP</RootNamespace>
|
||||
<AssemblyName>CONFIG_APP</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>CONFIG_APP.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>CONFIG_APP.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>email_download_handdrawn.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Data.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.Utils.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||
<Reference Include="DevExpress.XtraLayout.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraPrinting.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DigitalData.EMLProfiler, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\DigitalData.EMLProfiler\bin\Debug\DigitalData.EMLProfiler.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DigitalData.Modules.Logging">
|
||||
<HintPath>..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Independentsoft.Email, Version=2.1.5953.24395, Culture=neutral, PublicKeyToken=76be97fe952f1ec7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Email .NET\Bin\Independentsoft.Email.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NLog.4.5.9\lib\net45\NLog.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.IO.Compression" />
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.ServiceModel" />
|
||||
<Reference Include="System.Transactions" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Drawing" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="frmMain.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmMain.Designer.vb">
|
||||
<DependentUpon>frmMain.vb</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ModuleSettings.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="MyDataset.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>MyDataset.xsd</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="frmMain.resx">
|
||||
<DependentUpon>frmMain.vb</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\licenses.licx" />
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="App.config" />
|
||||
<None Include="MyDataset.xsc">
|
||||
<DependentUpon>MyDataset.xsd</DependentUpon>
|
||||
</None>
|
||||
<None Include="MyDataset.xsd">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSDataSetGenerator</Generator>
|
||||
<LastGenOutput>MyDataset.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="MyDataset.xss">
|
||||
<DependentUpon>MyDataset.xsd</DependentUpon>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\save_16xMD.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\refresh_16xLG.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\arrow_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\handdrawn_arrow_down.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\arrow_Down_16xMD.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="email_download_handdrawn.ico" />
|
||||
<None Include="Resources\email_go.png" />
|
||||
<None Include="Resources\key_16xLG.png" />
|
||||
<None Include="Resources\Encrypt.png" />
|
||||
<None Include="Resources\folder_Closed_16xLG.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
</Project>
|
||||
4
App/CONFIG_APP/ModuleSettings.vb
Normal file
@ -0,0 +1,4 @@
|
||||
Module ModuleSettings
|
||||
Public LOGERRRORS_ONLY As Boolean = True
|
||||
Public MyConnectionString As String
|
||||
End Module
|
||||
38
App/CONFIG_APP/My Project/Application.Designer.vb
generated
Normal file
@ -0,0 +1,38 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
|
||||
' or if you encounter build errors in this file, go to the Project Designer
|
||||
' (go to Project Properties or double-click the My Project node in
|
||||
' Solution Explorer), and make changes on the Application tab.
|
||||
'
|
||||
Partial Friend Class MyApplication
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Public Sub New()
|
||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||
Me.IsSingleInstance = false
|
||||
Me.EnableVisualStyles = true
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.CONFIG_APP.frmMain
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
11
App/CONFIG_APP/My Project/Application.myapp
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>true</MySubMain>
|
||||
<MainForm>Form1</MainForm>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>0</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
35
App/CONFIG_APP/My Project/AssemblyInfo.vb
Normal file
@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die einer Assembly zugeordnet sind.
|
||||
|
||||
' Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("Email-Profiler - Config")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("Email-Profiler - Config")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2018")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
||||
<Assembly: Guid("d718eb1f-b6c1-448c-907b-8037b2ea67f9")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.1.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
153
App/CONFIG_APP/My Project/Resources.Designer.vb
generated
Normal file
@ -0,0 +1,153 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
'''<summary>
|
||||
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("CONFIG_APP.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property arrow_Down_16xMD() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("arrow_Down_16xMD", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property arrow_right() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("arrow_right", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property email_go() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("email_go", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property Encrypt() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("Encrypt", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property folder_Closed_16xLG() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("folder_Closed_16xLG", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property handdrawn_arrow_down() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("handdrawn_arrow_down", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property key_16xLG() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("key_16xLG", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property refresh_16xLG() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("refresh_16xLG", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property save_16xMD() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("save_16xMD", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
148
App/CONFIG_APP/My Project/Resources.resx
Normal file
@ -0,0 +1,148 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="arrow_right" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\arrow_right.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Encrypt" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Encrypt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="refresh_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\refresh_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="folder_Closed_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\folder_Closed_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="save_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\save_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="key_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\key_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="arrow_Down_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\arrow_Down_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="handdrawn_arrow_down" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\handdrawn_arrow_down.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="email_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\email_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
157
App/CONFIG_APP/My Project/Settings.Designer.vb
generated
Normal file
@ -0,0 +1,157 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Automatische My.Settings-Speicherfunktion"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info="& _
|
||||
"True;User ID=sa;Password=dd")> _
|
||||
Public Property MyConnectionString() As String
|
||||
Get
|
||||
Return CType(Me("MyConnectionString"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("MyConnectionString") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property MyServer() As String
|
||||
Get
|
||||
Return CType(Me("MyServer"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("MyServer") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info="& _
|
||||
"True;User ID=sa;Password=dd")> _
|
||||
Public ReadOnly Property DD_ECMConnectionString() As String
|
||||
Get
|
||||
Return CType(Me("DD_ECMConnectionString"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property EmailTest_Receipiant() As String
|
||||
Get
|
||||
Return CType(Me("EmailTest_Receipiant"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("EmailTest_Receipiant") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("172.24.12.41")> _
|
||||
Public ReadOnly Property FB_DATABASE() As String
|
||||
Get
|
||||
Return CType(Me("FB_DATABASE"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB")> _
|
||||
Public ReadOnly Property FB_DATASOURCE() As String
|
||||
Get
|
||||
Return CType(Me("FB_DATASOURCE"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("sysdba")> _
|
||||
Public ReadOnly Property FB_USER() As String
|
||||
Get
|
||||
Return CType(Me("FB_USER"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("dd")> _
|
||||
Public ReadOnly Property FB_PW() As String
|
||||
Get
|
||||
Return CType(Me("FB_PW"),String)
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.CONFIG_APP.My.MySettings
|
||||
Get
|
||||
Return Global.CONFIG_APP.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
35
App/CONFIG_APP/My Project/Settings.settings
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="MyConnectionString" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</Value>
|
||||
</Setting>
|
||||
<Setting Name="MyServer" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="DD_ECMConnectionString" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString>
|
||||
<ProviderName>System.Data.SqlClient</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</Value>
|
||||
</Setting>
|
||||
<Setting Name="EmailTest_Receipiant" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="FB_DATABASE" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">172.24.12.41</Value>
|
||||
</Setting>
|
||||
<Setting Name="FB_DATASOURCE" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB</Value>
|
||||
</Setting>
|
||||
<Setting Name="FB_USER" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">sysdba</Value>
|
||||
</Setting>
|
||||
<Setting Name="FB_PW" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">dd</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
1
App/CONFIG_APP/My Project/licenses.licx
Normal file
@ -0,0 +1 @@
|
||||
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||
9451
App/CONFIG_APP/MyDataset.Designer.vb
generated
Normal file
159
App/CONFIG_APP/MyDataset.xsc
Normal file
@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--<autogenerated>
|
||||
This code was generated by a tool.
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TableUISettings>
|
||||
<TableUISetting Name="TBEMLP_POLL_PROFILES">
|
||||
<ColumnUISettings>
|
||||
<ColumnUISetting Name="POLL_TYPE">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="EMAIL_CONF_ID">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="LAST_TICK">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="ADDED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="CHANGED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
</ColumnUISettings>
|
||||
</TableUISetting>
|
||||
<TableUISetting Name="TBEMLP_POLL_PROCESS">
|
||||
<ColumnUISettings>
|
||||
<ColumnUISetting Name="PROCESS_NAME">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="STEP_NAME">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="WM_OBJEKTTYPE">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="WM_VECTOR_LOG">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="WM_REFERENCE_INDEX">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="ADDED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="CHANGED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="WM_IDX_BODY_TEXT">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
</ColumnUISettings>
|
||||
</TableUISetting>
|
||||
<TableUISetting Name="TBEMLP_POLL_STEPS">
|
||||
<ColumnUISettings>
|
||||
<ColumnUISetting Name="ADDED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="CHANGED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
</ColumnUISettings>
|
||||
</TableUISetting>
|
||||
<TableUISetting Name="TBEMLP_POLL_INDEXING_STEPS">
|
||||
<ColumnUISettings>
|
||||
<ColumnUISetting Name="INDEXNAME">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="SEQUENCE">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="NumericUpDown" Type="System.Windows.Forms.NumericUpDown" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="ADDED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="CHANGED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
</ColumnUISettings>
|
||||
</TableUISetting>
|
||||
<TableUISetting Name="TBEMLP_CONFIG">
|
||||
<ColumnUISettings>
|
||||
<ColumnUISetting Name="CHECK_INTERVALL_MINUTES">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="NumericUpDown" Type="System.Windows.Forms.NumericUpDown" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="ADDED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="CHANGED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
</ColumnUISettings>
|
||||
</TableUISetting>
|
||||
<TableUISetting Name="TBDD_EMAIL_ACCOUNT">
|
||||
<ColumnUISettings>
|
||||
<ColumnUISetting Name="ADDED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="CHANGED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="AUTH_TYPE">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ColumnUISetting>
|
||||
</ColumnUISettings>
|
||||
</TableUISetting>
|
||||
</TableUISettings>
|
||||
</DataSetUISetting>
|
||||
1052
App/CONFIG_APP/MyDataset.xsd
Normal file
71
App/CONFIG_APP/MyDataset.xss
Normal file
@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--<autogenerated>
|
||||
This code was generated by a tool to store the dataset designer's layout information.
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="163" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_PROFILES" ZOrder="10" X="21" Y="23" Height="305" Width="287" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_PROCESS" ZOrder="9" X="354" Y="47" Height="305" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_STEPS" ZOrder="7" X="690" Y="111" Height="286" Width="267" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_INDEXING_STEPS" ZOrder="5" X="993" Y="271" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:TBEMLP_HISTORY" ZOrder="3" X="242" Y="387" Height="267" Width="249" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
|
||||
<Shape ID="DesignTable:TBEMLP_CONFIG" ZOrder="2" X="757" Y="447" Height="286" Width="243" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:TBDD_EMAIL_ACCOUNT" ZOrder="1" X="454" Y="457" Height="305" Width="292" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_TBEMLP_POLL_PROCESS_PROFILE_ID" ZOrder="8" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>308</X>
|
||||
<Y>62</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>326</X>
|
||||
<Y>62</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>326</X>
|
||||
<Y>142</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>354</X>
|
||||
<Y>142</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_TBEMLP_POLL_STEPS_PROCESS_ID" ZOrder="6" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>639</X>
|
||||
<Y>85</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>662</X>
|
||||
<Y>85</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>662</X>
|
||||
<Y>165</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>690</X>
|
||||
<Y>165</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" ZOrder="4" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>957</X>
|
||||
<Y>334</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>993</X>
|
||||
<Y>334</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
</Connectors>
|
||||
</DiagramLayout>
|
||||
BIN
App/CONFIG_APP/Resources/Encrypt.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
App/CONFIG_APP/Resources/arrow_Down_16xMD.png
Normal file
|
After Width: | Height: | Size: 221 B |
BIN
App/CONFIG_APP/Resources/arrow_right.png
Normal file
|
After Width: | Height: | Size: 497 B |
BIN
App/CONFIG_APP/Resources/email_go.png
Normal file
|
After Width: | Height: | Size: 754 B |
BIN
App/CONFIG_APP/Resources/folder_Closed_16xLG.png
Normal file
|
After Width: | Height: | Size: 206 B |
BIN
App/CONFIG_APP/Resources/handdrawn_arrow_down.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
App/CONFIG_APP/Resources/key_16xLG.png
Normal file
|
After Width: | Height: | Size: 263 B |
BIN
App/CONFIG_APP/Resources/refresh_16xLG.png
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
App/CONFIG_APP/Resources/save_16xMD.png
Normal file
|
After Width: | Height: | Size: 193 B |
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP.exe
Normal file
47
App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config
Normal file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="CONFIG_APP.My.MySettings.DD_ECMConnectionString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
||||
providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<CONFIG_APP.My.MySettings>
|
||||
<setting name="MyConnectionString" serializeAs="String">
|
||||
<value>Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</value>
|
||||
</setting>
|
||||
<setting name="MyServer" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="EmailTest_Receipiant" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
</CONFIG_APP.My.MySettings>
|
||||
</userSettings>
|
||||
<applicationSettings>
|
||||
<CONFIG_APP.My.MySettings>
|
||||
<setting name="FB_DATABASE" serializeAs="String">
|
||||
<value>172.24.12.41</value>
|
||||
</setting>
|
||||
<setting name="FB_DATASOURCE" serializeAs="String">
|
||||
<value>172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB</value>
|
||||
</setting>
|
||||
<setting name="FB_USER" serializeAs="String">
|
||||
<value>sysdba</value>
|
||||
</setting>
|
||||
<setting name="FB_PW" serializeAs="String">
|
||||
<value>dd</value>
|
||||
</setting>
|
||||
</CONFIG_APP.My.MySettings>
|
||||
</applicationSettings>
|
||||
</configuration>
|
||||
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb
Normal file
256
App/CONFIG_APP/bin/Debug/CONFIG_APP.xml
Normal file
@ -0,0 +1,256 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
CONFIG_APP
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:CONFIG_APP.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.arrow_Down_16xMD">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.arrow_right">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.email_go">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.Encrypt">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.folder_Closed_16xLG">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.handdrawn_arrow_down">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.key_16xLG">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.refresh_16xLG">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CONFIG_APP.My.Resources.Resources.save_16xMD">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset">
|
||||
<summary>
|
||||
Represents a strongly typed in-memory cache of data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROCESSTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_STEPSTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_INDEXING_STEPSTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager">
|
||||
<summary>
|
||||
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateUpdatedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow},System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Update rows in top-down order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateInsertedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Insert rows in top-down order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateDeletedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Delete rows in bottom-up order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.GetRealUpdatedRows(System.Data.DataRow[],System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateAll(CONFIG_APP.MyDataset)">
|
||||
<summary>
|
||||
Update all changes to the dataset.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption">
|
||||
<summary>
|
||||
Update Order Option
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.SelfReferenceComparer">
|
||||
<summary>
|
||||
Used to sort self-referenced table's rows
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
App/CONFIG_APP/bin/Debug/DatabaseDLL.7z
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.dll
Normal file
40334
App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.Images.v18.1.dll
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.dll
Normal file
3211
App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.dll
Normal file
10623
App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.dll
Normal file
47953
App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.dll
Normal file
58118
App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.dll
Normal file
878
App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.xml
Normal file
@ -0,0 +1,878 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>DevExpress.Sparkline.v18.1.Core</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:DevExpress.Sparkline.ISparklineViewVisitor">
|
||||
|
||||
<summary>
|
||||
<para>Interface implementing the <b>Visitor</b> pattern.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.LineSparklineView)">
|
||||
<summary>
|
||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
An <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object for which the operation is performed.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.AreaSparklineView)">
|
||||
<summary>
|
||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
An <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object for which the operation is performed.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.BarSparklineView)">
|
||||
<summary>
|
||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
An <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object for which the operation is performed.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.WinLossSparklineView)">
|
||||
<summary>
|
||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
An <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object for which the operation is performed.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.BarSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>Bar</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the BarSparklineView class with the default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the BarSparklineView object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current BarSparklineView object.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.LineSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>Line</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the LineSparklineView class with the default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualEndPointMarkerSize">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualLineWidth">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline marker.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerSize">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMaxPointMarkerSize">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMinPointMarkerSize">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualNegativePointMarkerSize">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualStartPointMarkerSize">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the LineSparklineView object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
|
||||
<summary>
|
||||
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the size of an end point's marker.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
|
||||
<summary>
|
||||
<para>Specifies the width of a line in a LineSparklineView.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the line width (in pixels).
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw line markers.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the size of markers for data points in a line sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the marker size of all data points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ScaleFactor">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<value> </value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
|
||||
<summary>
|
||||
<para>Sets size for all markers of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="markerSize">
|
||||
An integer value specifying the new size for sparkline markers (in pixels).
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the size of a start point's marker.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current LineSparklineView object.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.SparklineViewType">
|
||||
|
||||
<summary>
|
||||
<para>Lists the values used to specify the available view types of a sparkline.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as <b>area</b>.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as <b>bars</b>.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as a <b>line</b>.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.SparklineRange">
|
||||
|
||||
<summary>
|
||||
<para>Represents a range to be used in DevExpress Sparkline controls.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="min">
|
||||
A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.
|
||||
|
||||
</param>
|
||||
<param name="max">
|
||||
A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the SparklineRange class with the default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
|
||||
<summary>
|
||||
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b> to calculate range limits automatically; <b>false</b> to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying the first limit of the range.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Double"/> value that specifies the first limit.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying the second limit of the range.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Double"/> value that specifies the second limit.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
|
||||
<summary>
|
||||
<para>This event is hidden, because it is not appropriate for the SparklineRange class.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
|
||||
<summary>
|
||||
<para>Returns the textual representation of the SparklineRange.
|
||||
</para>
|
||||
</summary>
|
||||
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SparklineRange.
|
||||
</returns>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.SparklineViewBase">
|
||||
|
||||
<summary>
|
||||
<para>The base class for sparkline views.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline end point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline maximum point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline minimum point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of sparkline negative points.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline start point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the SparklineViewBase object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
|
||||
<summary>
|
||||
<para>Creates a sparkline view of the specified type.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="viewType">
|
||||
A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
|
||||
|
||||
</param>
|
||||
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
|
||||
</returns>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw the end point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
|
||||
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
|
||||
<summary>
|
||||
<para>Occurs when any property of the SparklineViewBase object has changed its value.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw the start point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
|
||||
<summary>
|
||||
<para>Returns a human-readable string that represents the SparklineViewBase object.
|
||||
</para>
|
||||
</summary>
|
||||
<returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
|
||||
</returns>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current SparklineViewBase object.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>WinLoss</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the WinLossSparklineView class with the default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current WinLossSparklineView object.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
|
||||
|
||||
<summary>
|
||||
<para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
|
||||
<summary>
|
||||
<para>Specifies the distance between two bars of a bar sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value (in pixels).
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.AreaSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>Area</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the AreaSparklineView class with the default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
|
||||
<summary>
|
||||
<para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the AreaSparklineView object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current AreaSparklineView object.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.dll
Normal file
26742
App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.dll
Normal file
62813
App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.dll
Normal file
61841
App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.dll
Normal file
40920
App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.dll
Normal file
10204
App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.dll
Normal file
4547
App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.dll
Normal file
18005
App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll
Normal file
27
App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll.config
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
</configSections>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||
<listeners>
|
||||
<add name="FileLog"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog"/>-->
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information" />
|
||||
</switches>
|
||||
<sharedListeners>
|
||||
<add name="FileLog"
|
||||
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
|
||||
initializeData="FileLogWriter"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
</configuration>
|
||||
BIN
App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb
Normal file
108
App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.xml
Normal file
@ -0,0 +1,108 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
DigitalData.EMLProfiler
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:DigitalData.EMLProfiler.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DigitalData.EMLProfiler.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DigitalData.EMLProfiler.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.#ctor(DigitalData.Modules.Logging.LogConfig)">
|
||||
<summary>
|
||||
Konstruktor für die windream-Klasse
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.Init">
|
||||
<summary>
|
||||
Initialisiert die statische Klasse (Login, Session starten, usw.)
|
||||
</summary>
|
||||
<returns>Liefert True wenn das Anmelden erfolgreich war, sonst False</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsObjects">
|
||||
<summary>
|
||||
Liefert alle Objekttypen des aktuellen Servers als windream-Objekte.
|
||||
</summary>
|
||||
<returns>Alle Objekttypen als WMObjects-Objekt</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings">
|
||||
<summary>
|
||||
Liefert alle Objekttypen des aktuellen Servers als Array aus Strings.
|
||||
</summary>
|
||||
<returns>Array mit allen Objekttypen als Strings</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetIndicesByObjecttype(System.String)">
|
||||
<summary>
|
||||
Liefert alle Indexe eines Objekttypen.
|
||||
</summary>
|
||||
<param name="name">Name des Objekttyps</param>
|
||||
<returns>Array mit allen Objekttyp zugeordneten Indexen als String</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypeByName(System.String)">
|
||||
<summary>
|
||||
Liefert einen Objekttyp als WMObject an Hand dessen Name.
|
||||
</summary>
|
||||
<param name="objekttypName">Name des Objekttyps</param>
|
||||
<returns>Objekttyp als WMObject</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.ExistIndexInObjekttyp(System.String,System.String)">
|
||||
<summary>
|
||||
Überprüft ob der angegebene Index im Objekttyp existiert
|
||||
</summary>
|
||||
<param name="objekttyp">Name des zu durchsuchenden Objekttyps</param>
|
||||
<param name="indexname">Name des zu suchenden Indexes</param>
|
||||
<returns>Liefert True wenn der Index im Objekttyp existiert, sonst False</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.IsLoggedIn">
|
||||
<summary>
|
||||
Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist.
|
||||
</summary>
|
||||
<returns>Anmeldestatus als Boolean</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetCurrentServer">
|
||||
<summary>
|
||||
Liefert den Servernamen an dem windream aktuell angemeldet ist.
|
||||
</summary>
|
||||
<returns>Servername als String</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetTypeOfIndexAsIntByName(System.String)">
|
||||
<summary>
|
||||
Liefert den Typen eines Indexes als Integer.
|
||||
</summary>
|
||||
<param name="indexname">Name des zu überprüfenden Indexfeldes</param>
|
||||
<returns>Liefert eine Zahl, die einen Typen beschreibt</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_Index.GetValueforIndex(System.String,System.String)">
|
||||
Liefert den Wert eines Indexes als String
|
||||
_indexname = Name des zu überprüfenden Indexfeldes
|
||||
</member>
|
||||
<member name="M:DigitalData.EMLProfiler.clsWindream_Index.GetValueforIndex_WMFile(WINDREAMLib.WMObject,System.String)">
|
||||
Liefert den Wert eines Indexes als String
|
||||
_indexname = Name des zu überprüfenden Indexfeldes
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.dll
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</configSections>
|
||||
<entityFramework>
|
||||
<defaultConnectionFactory type="EntityFramework.Firebird.FbConnectionFactory, EntityFramework.Firebird" />
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||
<provider invariantName="FirebirdSql.Data.FirebirdClient" type="EntityFramework.Firebird.FbProviderServices, EntityFramework.Firebird" />
|
||||
</providers>
|
||||
</entityFramework>
|
||||
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="FirebirdSql.Data.FirebirdClient" publicKeyToken="3750abcc3150b00c" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.3.0.0" newVersion="6.3.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="FirebirdSql.Data.FirebirdClient" />
|
||||
<add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".NET Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient" />
|
||||
</DbProviderFactories>
|
||||
</system.data></configuration>
|
||||
BIN
App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.pdb
Normal file
206
App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.xml
Normal file
@ -0,0 +1,206 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
DigitalData.Modules.Database
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:DigitalData.Modules.Database.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Database.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Database.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:DigitalData.Modules.Database.Firebird">
|
||||
<summary>
|
||||
MODULE: Firebird
|
||||
|
||||
VERSION: 0.0.0.4
|
||||
|
||||
DATE: 18.12.2018
|
||||
|
||||
DESCRIPTION:
|
||||
|
||||
DEPENDENCIES: NLog, >= 4.5.10
|
||||
|
||||
EntityFramework.Firebird, >= 6.4.0
|
||||
|
||||
FirebirdSql.Data.FirebirdClient, >= 6.4.0
|
||||
|
||||
PARAMETERS: LogConfig, DigitalData.Modules.Logging.LogConfig
|
||||
The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class
|
||||
|
||||
DataSource, String
|
||||
The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03
|
||||
|
||||
Database, String
|
||||
The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB`
|
||||
|
||||
User, String
|
||||
The user name to connect as
|
||||
|
||||
Password, String
|
||||
The user's password
|
||||
|
||||
PROPERTIES: ConnectionEstablished, Boolean
|
||||
If the last opened connection was successful
|
||||
|
||||
ConnectionFailed, Boolean
|
||||
If the last opened connection failed
|
||||
|
||||
ConnectionString, String
|
||||
The used connectionstring
|
||||
|
||||
EXAMPLES:
|
||||
|
||||
REMARKS: If the connection fails due to "wrong username or password", the cause might be that the server harddrive is full..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.#ctor(DigitalData.Modules.Logging.LogConfig,System.String,System.String,System.String,System.String)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Datasource"></param>
|
||||
<param name="Database"></param>
|
||||
<param name="User"></param>
|
||||
<param name="Password"></param>
|
||||
<exception cref="T:DigitalData.Modules.Database.Exceptions.DatabaseException"></exception>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.GetConnectionString(System.String,System.String,System.String,System.String)">
|
||||
<summary>
|
||||
Builds a connectionstring from the provided arguments.
|
||||
</summary>
|
||||
<param name="DataSource">The database server where to connect to</param>
|
||||
<param name="Database">The datasource, eg. the path of the FDB-file</param>
|
||||
<param name="User">The user used to connect to the database</param>
|
||||
<param name="Password">The password of the connecting user</param>
|
||||
<returns>A connectionstring</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
||||
<summary>
|
||||
Executes a non-query command.
|
||||
</summary>
|
||||
<param name="SqlCommand">The command to execute</param>
|
||||
<param name="Connection">The Firebird connection to use</param>
|
||||
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.ExecuteNonQuery(System.String)">
|
||||
<summary>
|
||||
Executes a non-query command.
|
||||
</summary>
|
||||
<param name="SqlCommand">The command to execute</param>
|
||||
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.GetScalarValueWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
||||
<summary>
|
||||
Executes a sql query resulting in a scalar value.
|
||||
</summary>
|
||||
<param name="SqlQuery">The query to execute</param>
|
||||
<param name="Connection">The Firebird connection to use</param>
|
||||
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.GetScalarValue(System.String)">
|
||||
<summary>
|
||||
Executes a sql query resulting in a scalar value.
|
||||
</summary>
|
||||
<param name="SqlQuery">The query to execute</param>
|
||||
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.GetDatatableWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
||||
<summary>
|
||||
Executes a sql query resulting in a table of values.
|
||||
</summary>
|
||||
<param name="SqlQuery">The query to execute</param>
|
||||
<param name="Connection">The Firebird connection to use</param>
|
||||
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Firebird.GetDatatable(System.String,DigitalData.Modules.Database.Firebird.TransactionMode)">
|
||||
<summary>
|
||||
Executes a sql query resulting in a table of values.
|
||||
</summary>
|
||||
<param name="SqlQuery">The query to execute</param>
|
||||
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Oracle.GetDatatable(System.String,System.Int32)">
|
||||
<summary>
|
||||
Returns a datatable for a sql-statement
|
||||
</summary>
|
||||
<param name="sqlcommand">sqlcommand for datatable (select XYZ from TableORView)</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<returns>Returns a datatable</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Oracle.NewExecutenonQuery(System.String,System.Int32)">
|
||||
<summary>
|
||||
Executes the passed sql-statement
|
||||
</summary>
|
||||
<param name="executeStatement">the sql statement</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<returns>Returns true if properly executed, else false</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Oracle.NewExecuteNonQueryAsync(System.String,System.Int32)">
|
||||
<summary>
|
||||
Executes the passed sql-statement in asyncmode
|
||||
</summary>
|
||||
<param name="executeStatement">the sql statement</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.Oracle.NewExecuteScalar(System.String,System.Int32)">
|
||||
<summary>
|
||||
Executes the passed sql-statement as Scalar
|
||||
</summary>
|
||||
<param name="executeStatement">the sql statement</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<returns>Returns true if properly executed, else false</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.GetDatatable(System.String,System.Int32)">
|
||||
<summary>
|
||||
Returns a datatable for a sql-statement
|
||||
</summary>
|
||||
<param name="sqlcommand">sqlcommand for datatable (select XYZ from TableORView)</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<returns>Returns a datatable</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.NewExecutenonQuery(System.String,System.Int32)">
|
||||
<summary>
|
||||
Executes the passed sql-statement
|
||||
</summary>
|
||||
<param name="executeStatement">the sql statement</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<returns>Returns true if properly executed, else false</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.NewExecuteNonQueryAsync(System.String,System.Int32)">
|
||||
<summary>
|
||||
Executes the passed sql-statement in asyncmode
|
||||
</summary>
|
||||
<param name="executeStatement">the sql statement</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.NewExecuteScalar(System.String,System.Int32)">
|
||||
<summary>
|
||||
Executes the passed sql-statement as Scalar
|
||||
</summary>
|
||||
<param name="executeStatement">the sql statement</param>
|
||||
<param name="commandtimeout">Optional Timeout</param>
|
||||
<returns>Returns true if properly executed, else false</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.dll
Normal file
BIN
App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.pdb
Normal file
183
App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.xml
Normal file
@ -0,0 +1,183 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
DigitalData.Modules.Logging
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:DigitalData.Modules.Logging.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Logging.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Logging.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:DigitalData.Modules.Logging.LogConfig">
|
||||
<module>LogConfig</module>
|
||||
<version>0.0.0.5</version>
|
||||
<date>02.10.2018</date>
|
||||
<summary>
|
||||
Module that writes file-logs to different locations:
|
||||
local application data, the current directory or a custom path.
|
||||
Files and directories will be automatically created.
|
||||
</summary>
|
||||
<dependencies>
|
||||
NLog, >= 4.5.8
|
||||
</dependencies>
|
||||
<params>
|
||||
logPath, PathType
|
||||
The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath.
|
||||
|
||||
- AppData: writes to local application data directory
|
||||
- CurrentDirectory: writes to `Log` directory relative to the current directory
|
||||
- CustomPath: writes to custom path specified in `customLogPath`
|
||||
|
||||
customLogPath, String (optional)
|
||||
If `logPath` is set to custom, this defines the custom logPath.
|
||||
|
||||
suffix, String (optional)
|
||||
If set to anything other than Nothing, extends the logfile name with this suffix.
|
||||
</params>
|
||||
<props>
|
||||
LogFile, String (readonly)
|
||||
Returns the full path of the default log file.
|
||||
|
||||
LogPath, String (readonly)
|
||||
Returns the path to the log directory.
|
||||
|
||||
LogFactory, NLog.LogFactory (readonly)
|
||||
Returns the LogFactory that is used to create the Logger object
|
||||
|
||||
Debug, Boolean
|
||||
Determines if the debug log should be written.
|
||||
</props>
|
||||
<example>
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Class FooProgram
|
||||
Private Logger as Logger
|
||||
Private LogConfig as LogConfig
|
||||
|
||||
Public Sub New()
|
||||
LogConfig = new LogConfig(args)
|
||||
Logger = LogConfig.GetLogger()
|
||||
End Sub
|
||||
|
||||
Public Sub Bar()
|
||||
Logger.Info("Baz")
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Class FooLib
|
||||
Private Logger as NLog.Logger
|
||||
|
||||
Public Sub New(LogConfig as LogConfig)
|
||||
Logger = LogConfig.GetLogger()
|
||||
End Sub
|
||||
|
||||
Public Sub Bar()
|
||||
Logger.Info("Baz")
|
||||
End Sub
|
||||
End Class
|
||||
</example>
|
||||
<remarks>
|
||||
If logpath can not be written to, falls back to temp folder as defined in:
|
||||
https://docs.microsoft.com/de-de/dotnet/api/system.io.path.gettemppath?view=netframework-4.7.2
|
||||
|
||||
If used in a service, LogPath must be set to CustomPath, otherwise the Log will be written to System32!
|
||||
|
||||
For NLog Troubleshooting, set the following Environment variables to write the NLog internal Log:
|
||||
- NLOG_INTERNAL_LOG_LEVEL: Debug
|
||||
- NLOG_INTERNAL_LOG_FILE: ex. C:\Temp\Nlog_Internal.log
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Logging.LogConfig.LogFactory">
|
||||
<summary>
|
||||
Returns the NLog.LogFactory object that is used to create Loggers
|
||||
</summary>
|
||||
<returns>LogFactory object</returns>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Logging.LogConfig.LogFile">
|
||||
<summary>
|
||||
Returns the path to the current default logfile
|
||||
</summary>
|
||||
<returns>Filepath to the logfile</returns>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Logging.LogConfig.LogDirectory">
|
||||
<summary>
|
||||
Returns the path to the current log directory
|
||||
</summary>
|
||||
<returns>Directory path to the log directory</returns>
|
||||
</member>
|
||||
<member name="P:DigitalData.Modules.Logging.LogConfig.Debug">
|
||||
<summary>
|
||||
Determines if a debug log will be written
|
||||
</summary>
|
||||
<returns>True, if debug log will be written. False otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.LogConfig.#ctor(DigitalData.Modules.Logging.LogConfig.PathType,System.String,System.String)">
|
||||
<summary>
|
||||
Initializes a new LogConfig object with a logpath and optinally a filename-suffix.
|
||||
</summary>
|
||||
<param name="logPath">The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath.</param>
|
||||
<param name="customLogPath">If `logPath` is set to custom, this defines the custom logPath.</param>
|
||||
<param name="suffix">If set to anything other than Nothing, extends the logfile name with this suffix.</param>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger">
|
||||
<summary>
|
||||
Returns the Logger for the calling class
|
||||
</summary>
|
||||
<returns>An object of Logging.Logger</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetClassFullName">
|
||||
<summary>
|
||||
Gets the fully qualified name of the class invoking the calling method,
|
||||
including the namespace but Not the assembly.
|
||||
</summary>
|
||||
<returns>The fully qualified class name</returns>
|
||||
<remarks>This method is very resource-intensive!</remarks>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetConfig(System.String,System.String)">
|
||||
<summary>
|
||||
Returns the initial log configuration
|
||||
</summary>
|
||||
<param name="productName">The chosen productname</param>
|
||||
<param name="logFileSuffix">The chosen suffix</param>
|
||||
<returns>A NLog.LoggingConfiguration object</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.LogConfig.AddDefaultRules(NLog.Config.LoggingConfiguration@)">
|
||||
<summary>
|
||||
Adds the default rules
|
||||
</summary>
|
||||
<param name="config">A NLog.LoggingConfiguration object</param>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetCurrentLogFilePath">
|
||||
<summary>
|
||||
Returns the full path of the current default log file.
|
||||
</summary>
|
||||
<returns>Full path of the current default log file</returns>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.LogConfig.ReloadConfig(System.Boolean)">
|
||||
<summary>
|
||||
Reconfigures and re-adds all loggers, optionally adding the debug rule.
|
||||
</summary>
|
||||
<param name="Debug">Adds the Debug rule if true.</param>
|
||||
</member>
|
||||
<member name="M:DigitalData.Modules.Logging.Logger.NewBlock(System.String)">
|
||||
<summary>
|
||||
Prints a preformatted Block including a block identifier
|
||||
</summary>
|
||||
<param name="blockId">A unique Identifier for this block, eg. DocId, FullPath, ..</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
App/CONFIG_APP/bin/Debug/FirebirdSql.Data.FirebirdClient.dll
Normal file
BIN
App/CONFIG_APP/bin/Debug/FirebirdSql.Data.FirebirdClient.pdb
Normal file
BIN
App/CONFIG_APP/bin/Debug/Independentsoft.Email.dll
Normal file
2975
App/CONFIG_APP/bin/Debug/Independentsoft.Email.xml
Normal file
BIN
App/CONFIG_APP/bin/Debug/Interop.WINDREAMLib.dll
Normal file
@ -0,0 +1,121 @@
|
||||
2018-12-14 12:42:04|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:05:56|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:17:47|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+fe8$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+fe8
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:19:26|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+dec$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+dec
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:22:25|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:24:09|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:27:41|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215979+?+0+?++?+CAIS_Session::getObjectByName()
|
||||
(Session: DD-PC-ENT05-1/(000)-DEFAULT/1129) - Function Server->getObjectByName() failed! Error with HRESULT: <0x80041595>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.Session_Error+?+1047+?+0+?++?+CAIS_Session::getObjectByName()
|
||||
(Session: DD-PC-ENT05-1/(000)-DEFAULT/1129) - Function getObjectByName() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
|
||||
bei Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetIndicesByObjecttype(String name) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 198.
|
||||
2018-12-14 13:28:19|clsWorker|WARN >> For the Email-Profile ID 4 no record could be found! Check wether Email-Profile is active!
|
||||
2018-12-14 13:31:59|clsWorker|WARN >> For the Email-Profile ID 4 no record could be found! Check wether Email-Profile is active!
|
||||
2018-12-14 13:32:42|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+dec$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+dec
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:34:27|clsEmailIMAP|ERROR >> Der angegebene Host ist unbekannt
|
||||
bei System.Net.Dns.GetAddrInfo(String name)
|
||||
bei System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
|
||||
bei System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
|
||||
bei System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
|
||||
bei Independentsoft.Email.Imap.ImapClient.?()
|
||||
bei Independentsoft.Email.Imap.ImapClient.Connect()
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 26.
|
||||
2018-12-14 13:34:36|clsWorker|WARN >> Error while polling emails....
|
||||
2018-12-14 13:40:10|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:45:35|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+ee8$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+ee8
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:46:46|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+dec$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+dec
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:47:11|clsWorkEmail|ERROR >> Illegales Zeichen im Pfad.
|
||||
bei System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
|
||||
bei System.IO.Path.GetFileName(String path)
|
||||
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
|
||||
bei Independentsoft.Email.Mime.Message.Save(String filePath, Boolean overwrite)
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.COPY2HDD(Boolean copy_2_hdd, String pathemailtemp, String pathemail_errors, Boolean messageid) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 165.
|
||||
2018-12-14 13:47:38|clsWorkEmail|ERROR >> Illegales Zeichen im Pfad.
|
||||
bei System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
|
||||
bei System.IO.Path.GetFileName(String path)
|
||||
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
|
||||
bei Independentsoft.Email.Mime.Message.Save(String filePath, Boolean overwrite)
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.COPY2HDD(Boolean copy_2_hdd, String pathemailtemp, String pathemail_errors, Boolean messageid) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 165.
|
||||
2018-12-14 13:48:19|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+dec$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+dec
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 13:48:38|clsWorkEmail|ERROR >> Illegales Zeichen im Pfad.
|
||||
bei System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
|
||||
bei System.IO.Path.GetFileName(String path)
|
||||
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
|
||||
bei Independentsoft.Email.Mime.Message.Save(String filePath, Boolean overwrite)
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.COPY2HDD(Boolean copy_2_hdd, String pathemailtemp, String pathemail_errors, Boolean messageid) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 165.
|
||||
2018-12-14 13:52:10|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+ee8$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+ee8
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 14:00:33|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215979+?+0+?++?+CAIS_Session::getObjectByName()
|
||||
(Session: DD-PC-ENT05-1/(000)-DEFAULT/1156) - Function Server->getObjectByName() failed! Error with HRESULT: <0x80041595>+?++?++?+SDD-VMX02-APS01+?+ba0$°1.0.1+?+WMPD.Session_Error+?+1047+?+0+?++?+CAIS_Session::getObjectByName()
|
||||
(Session: DD-PC-ENT05-1/(000)-DEFAULT/1156) - Function getObjectByName() failed!+?++?++?+SDD-VMX02-APS01+?+ba0
|
||||
bei Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
|
||||
bei Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetIndicesByObjecttype(String name) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 198.
|
||||
2018-12-14 14:38:55|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 14:44:25|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 15:04:28|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+ee8$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+ee8
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-14 15:05:10|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
@ -0,0 +1,213 @@
|
||||
2018-12-14 11:57:56|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2018-12-14 11:57:56|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2018-12-14 11:57:56|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 11:58:24|clsWorker|WARN >> Error while polling emails....
|
||||
2018-12-14 11:58:39|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2018-12-14 11:58:39|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2018-12-14 11:58:39|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 12:08:06|clsWorker|INFO >> Working on profile: (2-Arcor Download-IMAP)
|
||||
2018-12-14 12:08:58|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 12:09:47|clsWorker|INFO >> No emails for profile!
|
||||
2018-12-14 12:19:20|clsWorker|INFO >> Working on profile: (2-Arcor Download-IMAP)
|
||||
2018-12-14 12:19:20|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 12:19:28|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8588 - Subject: - Date 10.01.2017 18:30:58
|
||||
2018-12-14 12:19:36|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8589 - Subject:Schlussrechnung - Date 13.01.2017 15:53:47
|
||||
2018-12-14 12:19:54|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8590 - Subject:EKST22012 - Date 12.01.2017 09:12:37
|
||||
2018-12-14 12:23:42|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8591 - Subject:WG: Schlussrechnung - Date 25.01.2017 08:13:06
|
||||
2018-12-14 12:23:50|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8592 - Subject:WG: Schlussrechnung - Date 10.02.2017 10:14:13
|
||||
2018-12-14 12:23:57|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8593 - Subject:Re: Neues Leben in der Bude - Giessen - Date 24.02.2017 16:12:02
|
||||
2018-12-14 12:24:00|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8594 - Subject:AW: Neues Leben in der Bude - Giessen - Date 24.02.2017 13:02:16
|
||||
2018-12-14 12:24:02|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8595 - Subject:Re: Neues Leben in der Bude - Giessen - Date 23.02.2017 15:51:31
|
||||
2018-12-14 12:24:03|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8596 - Subject:AW: Neues Leben in der Bude - Giessen - Date 22.02.2017 22:28:47
|
||||
2018-12-14 12:24:08|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8597 - Subject:Re: Neues Leben in der Bude - Giessen - Date 05.03.2017 21:30:13
|
||||
2018-12-14 12:24:08|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8598 - Subject:Gearbest_support - Date 31.03.2017 04:20:24
|
||||
2018-12-14 12:24:08|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8599 - Subject:Michaela Otcova - Date 12.04.2017 17:52:55
|
||||
2018-12-14 12:24:08|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8600 - Subject:Michaela Otcova - Date 12.04.2017 15:46:52
|
||||
2018-12-14 12:24:09|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8601 - Subject:Re: Reservation 28.04 - Date 11.04.2017 12:25:52
|
||||
2018-12-14 12:24:09|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8602 - Subject:KITA STEB-Sitzung 02.05.2017 - Date 23.04.2017 11:38:04
|
||||
2018-12-14 12:24:09|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8603 - Subject:Re: Neues Leben in der Bude - Giessen - Date 19.04.2017 18:10:23
|
||||
2018-12-14 12:24:09|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8604 - Subject:Protokoll Mannschaftssitzung vom 12.04.2017 - Date 18.04.2017 17:20:55
|
||||
2018-12-14 12:24:09|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8605 - Subject:Re: Neues Leben in der Bude - Giessen - Date 29.04.2017 18:10:26
|
||||
2018-12-14 12:24:09|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8606 - Subject:Ihre Bestellung unter www.meineSCHUFA.de - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:24:18|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8607 - Subject:Eingang Ihrer Registrierung unter www.meineSCHUFA.de - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:24:18|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8608 - Subject:Ihr Zugang zu www.meineSCHUFA.de wurde freigeschaltet - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:24:18|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8609 - Subject:Jacqueline Pitschmann - Hollywoodschaukel Paradies - Date 18.07.2017 12:56:23
|
||||
2018-12-14 12:24:18|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8610 - Subject:Marlon Schreiber - Date 18.09.2017 21:02:10
|
||||
2018-12-14 12:24:18|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8611 - Subject:Xodo Dokument - DisneyInspired-Cheshire-Cat-Pumpkin-Carving.pdf - Date 28.10.2017 11:14:54
|
||||
2018-12-14 12:24:18|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8612 - Subject:Xodo Dokument - Kuerbis-Schnitzvorlage-2.pdf - Date 28.10.2017 14:53:36
|
||||
2018-12-14 12:24:23|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8613 - Subject:Xodo Dokument - Kuerbis-Schnitzvorlage-4.pdf - Date 28.10.2017 14:52:42
|
||||
2018-12-14 12:24:28|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8614 - Subject:Freeletics - Date 07.01.2018 07:19:22
|
||||
2018-12-14 12:25:33|clsWorker|WARN >> Error while polling emails....
|
||||
2018-12-14 12:35:40|clsWorker|INFO >> Working on profile: (2-Arcor Download-IMAP)
|
||||
2018-12-14 12:35:40|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 12:35:41|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8606 - Subject:Ihre Bestellung unter www.meineSCHUFA.de - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:35:49|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8607 - Subject:Eingang Ihrer Registrierung unter www.meineSCHUFA.de - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:35:49|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8608 - Subject:Ihr Zugang zu www.meineSCHUFA.de wurde freigeschaltet - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:35:49|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8611 - Subject:Xodo Dokument - DisneyInspired-Cheshire-Cat-Pumpkin-Carving.pdf - Date 28.10.2017 11:14:54
|
||||
2018-12-14 12:35:50|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8612 - Subject:Xodo Dokument - Kuerbis-Schnitzvorlage-2.pdf - Date 28.10.2017 14:53:36
|
||||
2018-12-14 12:35:55|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8613 - Subject:Xodo Dokument - Kuerbis-Schnitzvorlage-4.pdf - Date 28.10.2017 14:52:42
|
||||
2018-12-14 12:36:00|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8635 - Subject:AW: Unverbindliche Anfrage - Date 25.02.2018 19:17:45
|
||||
2018-12-14 12:36:00|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8656 - Subject:Balkonkonstruktion - Date 04.05.2018 07:51:22
|
||||
2018-12-14 12:36:01|clsEmailIMAP|INFO >> Found an emailProfiler-email: UniqueID: 8666 - Subject:Unser Ferienhaus - Meine Homepage - Date 08.05.2018 11:52:50
|
||||
2018-12-14 12:42:08|clsWorker|INFO >> Working on profile: (2-Arcor Download-IMAP)
|
||||
2018-12-14 12:42:08|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 12:42:09|clsEmailIMAP|INFO >> Working on email: UniqueID: 8606 - Subject:Ihre Bestellung unter www.meineSCHUFA.de - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:42:22|clsEmailIMAP|INFO >> Working on email: UniqueID: 8607 - Subject:Eingang Ihrer Registrierung unter www.meineSCHUFA.de - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:42:25|clsEmailIMAP|INFO >> Working on email: UniqueID: 8608 - Subject:Ihr Zugang zu www.meineSCHUFA.de wurde freigeschaltet - Date 01.01.0001 00:00:00
|
||||
2018-12-14 12:42:26|clsEmailIMAP|INFO >> Working on email: UniqueID: 8611 - Subject:Xodo Dokument - DisneyInspired-Cheshire-Cat-Pumpkin-Carving.pdf - Date 28.10.2017 11:14:54
|
||||
2018-12-14 12:42:27|clsEmailIMAP|INFO >> Working on email: UniqueID: 8612 - Subject:Xodo Dokument - Kuerbis-Schnitzvorlage-2.pdf - Date 28.10.2017 14:53:36
|
||||
2018-12-14 12:42:32|clsEmailIMAP|INFO >> Working on email: UniqueID: 8613 - Subject:Xodo Dokument - Kuerbis-Schnitzvorlage-4.pdf - Date 28.10.2017 14:52:42
|
||||
2018-12-14 12:42:43|clsEmailIMAP|INFO >> Working on email: UniqueID: 8635 - Subject:AW: Unverbindliche Anfrage - Date 25.02.2018 19:17:45
|
||||
2018-12-14 12:42:46|clsEmailIMAP|INFO >> Working on email: UniqueID: 8656 - Subject:Balkonkonstruktion - Date 04.05.2018 07:51:22
|
||||
2018-12-14 12:42:48|clsEmailIMAP|INFO >> Working on email: UniqueID: 8666 - Subject:Unser Ferienhaus - Meine Homepage - Date 08.05.2018 11:52:50
|
||||
2018-12-14 12:49:32|clsEmailIMAP|INFO >> Working on email: UniqueID: 8668 - Subject:Mitschnitt Beitrag Schlaganfall - Date 11.05.2018 13:54:24
|
||||
2018-12-14 13:28:19|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:28:19|clsWorker|WARN >> For the Email-Profile ID 4 no record could be found! Check wether Email-Profile is active!
|
||||
2018-12-14 13:31:59|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:31:59|clsWorker|WARN >> For the Email-Profile ID 4 no record could be found! Check wether Email-Profile is active!
|
||||
2018-12-14 13:33:01|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:33:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 13:34:36|clsWorker|WARN >> Error while polling emails....
|
||||
2018-12-14 13:34:59|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:34:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 13:35:00|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 13:35:02|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 13:35:02|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 13:35:02|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 13:35:03|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 13:35:35|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 13:36:40|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 13:40:30|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:40:30|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 13:40:31|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 13:40:33|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 13:40:33|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 13:40:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 13:40:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 13:40:42|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 13:40:48|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 13:41:19|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 13:41:30|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 13:41:49|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 13:41:51|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-14 13:45:39|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:45:39|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 13:45:40|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 13:45:43|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 13:45:43|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 13:45:43|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 13:45:43|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 13:45:45|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 13:45:47|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 13:45:49|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 13:46:06|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 13:46:19|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 13:46:20|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-14 13:46:52|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:46:52|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 13:46:53|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 13:46:55|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 13:46:55|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 13:46:55|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 13:46:55|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 13:46:57|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 13:46:59|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 13:47:13|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 13:47:39|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 13:48:23|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:48:23|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 13:48:24|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 13:48:26|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 13:48:26|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 13:48:26|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 13:48:26|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 13:48:27|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 13:48:28|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 13:48:39|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 13:52:14|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 13:52:14|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 13:52:14|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 13:52:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 13:52:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 13:52:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 13:52:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 13:52:19|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 13:52:20|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 13:52:29|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 13:52:37|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 13:52:39|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 13:52:41|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-14 14:00:37|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 14:00:37|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 14:00:37|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 14:00:40|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 14:00:40|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 14:00:40|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 14:00:40|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 14:00:43|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 14:00:46|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 14:00:49|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 14:00:49|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 14:00:49|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 14:00:49|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-14 14:39:07|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 14:39:07|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 14:39:08|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 14:39:11|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 14:39:11|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 14:39:11|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 14:39:11|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 14:39:11|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 14:39:11|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 14:39:32|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 14:39:34|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 14:39:39|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 14:39:44|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-14 14:44:31|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 14:44:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 14:44:32|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 14:44:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 14:44:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 14:44:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 14:44:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 14:44:35|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 14:44:35|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 14:52:07|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 14:52:10|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 14:52:14|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 14:52:17|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-14 15:04:33|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 15:04:33|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 15:04:33|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 15:04:36|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 15:04:36|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 15:04:36|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 15:04:36|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 15:04:36|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 15:04:36|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 15:05:14|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 15:05:14|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 15:05:15|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 15:05:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 15:05:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 15:05:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 15:05:17|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 15:05:17|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 15:05:17|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 15:05:28|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 15:05:28|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 15:05:30|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 15:05:32|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-14 15:05:51|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-14 15:05:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-14 15:05:52|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-14 15:05:54|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-14 15:05:54|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-14 15:05:54|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-14 15:05:54|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-14 15:05:54|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-14 15:05:54|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-14 15:05:55|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-14 15:05:55|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 15:05:55|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-14 15:05:55|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
@ -0,0 +1,277 @@
|
||||
2018-12-18 14:20:41|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+3bc$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+3bc
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-18 14:20:47|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2018-12-18 14:20:59|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 27.
|
||||
2018-12-18 14:21:01|clsWorker|WARN >> Error while polling emails....
|
||||
2018-12-18 14:21:25|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:21:25|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:21:27|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:21:27|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:21:29|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:21:29|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:21:30|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:21:30|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:21:31|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:21:31|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -204
|
||||
Table unknown
|
||||
TBEDM_EMAIL_PROFILER_HISTORY
|
||||
At line 1, column 13
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:25:38|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:25:38|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:25:38|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:25:38|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:25:39|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:25:39|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:25:40|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:25:40|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:25:42|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:25:42|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:31:50|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:31:50|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:31:51|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:31:51|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:31:52|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:31:52|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:31:53|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:31:53|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:31:53|Firebird|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 200.
|
||||
2018-12-18 14:31:53|clsWorkEmail|ERROR >> Dynamic SQL Error
|
||||
SQL error code = -206
|
||||
Column unknown
|
||||
EMAIL_DATE
|
||||
At line 1, column 82
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(String SqlCommand, FbConnection Connection, TransactionMode TransactionMode, FbTransaction Transaction) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 203.
|
||||
bei DigitalData.Modules.Database.Firebird.ExecuteNonQuery(String SqlCommand) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 218.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.INSERT_HISTORY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 379.
|
||||
bei DigitalData.EMLProfiler.clsWorkEmail.WORK_MAIL(Message msg) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 46.
|
||||
2018-12-18 14:32:20|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+ba0$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+ba0
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-18 16:42:55|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+dec$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+dec
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-18 16:45:30|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+ba0$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+ba0
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-18 16:47:13|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+dec$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+dec
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
2018-12-18 17:13:17|clsWindream_allgemein|ERROR >> ##HDRMSG0$°1.0.1+?+WMTOOLS.ERRCLS_SYS_HRESULT+?+-2147215969+?+0+?++?+CAIS_PDList::item()
|
||||
EOF! Error with HRESULT: <0x8004159f>+?++?++?+SDD-VMX02-APS01+?+ba0$°1.0.1+?+WMPD.PDList_Error+?+1004+?+0+?++?+CAIS_PDList::item()
|
||||
Function item() failed!+?++?++?+SDD-VMX02-APS01+?+ba0
|
||||
bei WINDREAMLib.IWMObjects.Item(Int32 ulIndex)
|
||||
bei DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWindream_allgemein.vb:Zeile 165.
|
||||
@ -0,0 +1,108 @@
|
||||
2018-12-18 14:20:47|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2018-12-18 14:20:47|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2018-12-18 14:20:47|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 14:21:01|clsWorker|WARN >> Error while polling emails....
|
||||
2018-12-18 14:21:06|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 14:21:06|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 14:21:07|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 14:21:10|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 14:21:10|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 14:21:10|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 14:21:10|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 14:21:10|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 14:21:10|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 14:21:25|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 14:21:27|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:21:29|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:21:30|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-18 14:25:31|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 14:25:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 14:25:32|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 14:25:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 14:25:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 14:25:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 14:25:34|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 14:25:35|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 14:25:35|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 14:25:38|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 14:25:38|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:25:39|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:25:40|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-18 14:26:03|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 14:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 14:26:03|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 14:26:06|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 14:26:06|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 14:26:06|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 14:26:06|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 14:26:06|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 14:26:06|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 14:31:50|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 14:31:51|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:31:52|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:31:53|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-18 14:32:24|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 14:32:24|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 14:32:25|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 14:32:27|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 14:32:27|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 14:32:27|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 14:32:27|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 14:32:27|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 14:32:27|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 14:32:29|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 14:32:29|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:32:30|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 14:32:30|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-18 16:43:00|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 16:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 16:43:00|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 16:43:03|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 16:43:03|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 16:43:03|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 16:43:03|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 16:43:03|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 16:43:03|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 16:43:39|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 16:43:40|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 16:43:40|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 16:43:41|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-18 16:45:34|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 16:45:34|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 16:45:35|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 16:45:37|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 16:45:37|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 16:45:37|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 16:45:37|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 16:45:37|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 16:45:38|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 16:45:54|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 16:45:55|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 16:45:55|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 16:45:56|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-18 16:47:17|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 16:47:17|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 16:47:18|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 16:47:20|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 16:47:20|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 16:47:20|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 16:47:20|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 16:47:20|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 16:47:20|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 16:47:25|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 16:47:25|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 16:47:25|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 16:47:25|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||
2018-12-18 17:13:21|clsWorker|INFO >> Working on profile: (2-testkonto@didalog.de IMAP DWN-IMAP)
|
||||
2018-12-18 17:13:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2018-12-18 17:13:22|clsEmailIMAP|INFO >> Working on email: UniqueID: 29 - Subject:testmail - Date 30.10.2018 14:44:24
|
||||
2018-12-18 17:13:24|clsEmailIMAP|INFO >> Working on email: UniqueID: 33 - Subject:Testnachricht - Date 01.11.2018 09:14:54
|
||||
2018-12-18 17:13:24|clsEmailIMAP|INFO >> Working on email: UniqueID: 34 - Subject:hobbina2 - Date 01.11.2018 09:18:43
|
||||
2018-12-18 17:13:24|clsEmailIMAP|INFO >> Working on email: UniqueID: 35 - Subject:hobbina2 - Date 01.11.2018 13:37:20
|
||||
2018-12-18 17:13:25|clsEmailIMAP|INFO >> Working on email: UniqueID: 37 - Subject:see invoice attached - Date 01.01.0001 00:00:00
|
||||
2018-12-18 17:13:25|clsWorker|INFO >> Worked/Pulled: 5 E-Mails
|
||||
2018-12-18 17:13:25|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [testmail]
|
||||
2018-12-18 17:13:38|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Testnachricht]
|
||||
2018-12-18 17:13:38|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testermin - Do 1. Nov. 2018 10AM - 11AM (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 17:13:38|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [Vorläufig angenommen: Testtermin - Täglich von 4PM bis 5PM von Do 1. Nov. bis Do 8. Nov. (MEZ) (Matthias Dewald)]
|
||||
2018-12-18 17:13:38|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [see invoice attached]
|
||||