Nach Update Syncfusion / Anpassungen Nativ
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Client/bin/Debug/Syncfusion.Core.WinForms.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Core.WinForms.dll
Normal file
Binary file not shown.
9146
Client/bin/Debug/Syncfusion.Core.WinForms.xml
Normal file
9146
Client/bin/Debug/Syncfusion.Core.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.Data.WinForms.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Data.WinForms.dll
Normal file
Binary file not shown.
9235
Client/bin/Debug/Syncfusion.Data.WinForms.xml
Normal file
9235
Client/bin/Debug/Syncfusion.Data.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.DataSource.WinForms.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.DataSource.WinForms.dll
Normal file
Binary file not shown.
3855
Client/bin/Debug/Syncfusion.DataSource.WinForms.xml
Normal file
3855
Client/bin/Debug/Syncfusion.DataSource.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.Grid.Base.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Grid.Base.dll
Normal file
Binary file not shown.
70
Client/bin/Debug/Syncfusion.Grid.Base.xml
Normal file
70
Client/bin/Debug/Syncfusion.Grid.Base.xml
Normal file
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.Grid.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.NamespaceDoc">
|
||||
<summary>
|
||||
The Syncfusion namespace contains classes that defines the value and reference data types, events and event handlers, interfaces, attributes and processing the exceptions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.GridBaseAssembly">
|
||||
<exclude/>
|
||||
<summary>
|
||||
This class holds the name of the Syncfusion.Grid.Base assembly and provides a helper
|
||||
routine that helps with resolving types when loading a serialization stream and when
|
||||
the framework probes for assemblies by reflection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.GridBaseAssembly.Name">
|
||||
<summary>
|
||||
The full name of this assembly without version information: "Syncfusion.Grid.Base".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.GridBaseAssembly.Assembly">
|
||||
<summary>
|
||||
A reference to the <see cref="T:System.Reflection.Assembly"/> for the grid assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.GridBaseAssembly.RootNamespace">
|
||||
<summary>
|
||||
The root namespace of this assembly. Used internally for locating resources within the assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.GridBaseAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
|
||||
<summary>
|
||||
This delegate helps with resolving types and can be used as an eventhandler
|
||||
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">The event data with information about the type.</param>
|
||||
<returns>A reference to the assembly where the type is located.</returns>
|
||||
<remarks>
|
||||
Use this handler when reading back types from a serialization stream
|
||||
saved with an earlier version of this assembly.
|
||||
</remarks>
|
||||
<example>
|
||||
<code lang="C#">
|
||||
public static GridModel LoadSoap(Stream s)
|
||||
{
|
||||
try
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
|
||||
SoapFormatter b = new SoapFormatter();
|
||||
b.AssemblyFormat = FormatterAssemblyStyle.Simple;
|
||||
GridModel t = b.Deserialize(s) as GridModel;
|
||||
t.Modified = false;
|
||||
return t;
|
||||
}
|
||||
finally
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
|
||||
}
|
||||
}
|
||||
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Client/bin/Debug/Syncfusion.Grid.Windows.XmlSerializers.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Grid.Windows.XmlSerializers.dll
Normal file
Binary file not shown.
BIN
Client/bin/Debug/Syncfusion.Grid.Windows.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Grid.Windows.dll
Normal file
Binary file not shown.
86591
Client/bin/Debug/Syncfusion.Grid.Windows.xml
Normal file
86591
Client/bin/Debug/Syncfusion.Grid.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.GridCommon.WinForms.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.GridCommon.WinForms.dll
Normal file
Binary file not shown.
6324
Client/bin/Debug/Syncfusion.GridCommon.WinForms.xml
Normal file
6324
Client/bin/Debug/Syncfusion.GridCommon.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.PdfToImageConverter.Base.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.PdfToImageConverter.Base.dll
Normal file
Binary file not shown.
421
Client/bin/Debug/Syncfusion.PdfToImageConverter.Base.xml
Normal file
421
Client/bin/Debug/Syncfusion.PdfToImageConverter.Base.xml
Normal file
@@ -0,0 +1,421 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.PdfToImageConverter.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfiumNative">
|
||||
<summary>
|
||||
Class that imports the pdfium dlls.
|
||||
</summary>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "M:Syncfusion.PdfToImageConverter.PdfiumNative.#cctor" -->
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.None">
|
||||
<summary>
|
||||
No flags.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.ForPrinting">
|
||||
<summary>
|
||||
Render for printing.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Annotations">
|
||||
<summary>
|
||||
Set if annotations are to be rendered.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.LcdText">
|
||||
<summary>
|
||||
Set if using text rendering optimized for LCD display.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.NoNativeText">
|
||||
<summary>
|
||||
Don't use the native text output available on some platforms.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Grayscale">
|
||||
<summary>
|
||||
Grayscale output.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.LimitImageCacheSize">
|
||||
<summary>
|
||||
Limit image cache size.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.ForceHalftone">
|
||||
<summary>
|
||||
Always use halftone for image stretching.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Transparent">
|
||||
<summary>
|
||||
Render with a transparent background.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.CorrectFromDpi">
|
||||
<summary>
|
||||
Correct height/width for DPI.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfiumViewer">
|
||||
<summary>
|
||||
Class to use the pdfium methods for internal purpose.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfToImageConverter">
|
||||
<summary>
|
||||
Class to convert the pdf to images.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor(System.IO.Stream)">
|
||||
<summary>
|
||||
Intializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
<param name="stream">Stream of the file</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Intializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
<param name="stream">Stream of the file</param>
|
||||
<param name="password">Pasword for the file</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Dispose">
|
||||
<summary>
|
||||
Disposes the pdf document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Disposes the pdf document.
|
||||
</summary>
|
||||
<param name="disposeCompletely">disposes completely</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Load(System.IO.Stream)">
|
||||
<summary>
|
||||
Loads the PDF document from the specified stream.
|
||||
</summary>
|
||||
<param name="stream">Pdf file as stream</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Load(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Loads the PDF document from the specified stream.
|
||||
</summary>
|
||||
<param name="stream">Pdf file stream</param>
|
||||
<param name="password">Password of the stream</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">page index of the document</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">Page index of the document</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">Page index of the document</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">The page index of the document</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the specified page as stream with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="customSize">The custom size for the converted image</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExportAsImage(System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified page as <see cref="T:System.Drawing.Bitmap"/>
|
||||
</summary>
|
||||
<param name="pageIndex">The page index to be converted into <see cref="T:System.Drawing.Bitmap"/></param>
|
||||
<param name="customSize">The custom size of the converted <see cref="T:System.Drawing.Bitmap"/> </param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<returns>Returns the specified page as <see cref="T:System.Drawing.Bitmap"/> with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExportAsImage(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified pages as <see cref="T:System.Drawing.Bitmap"/>
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="customSize">The custom size of the converted <see cref="T:System.Drawing.Bitmap"/> </param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the specified pages as <see cref="T:System.Drawing.Bitmap"/> with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.PdfiumExportAsImage(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified page as a bitmap image.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image</param>
|
||||
<param name="pageindex">page index</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotation">Whether need to keep the annotations on the page</param>
|
||||
<returns>Returns the converted bitmap image</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertPointToPixel(System.Double)">
|
||||
<summary>
|
||||
Converts points to pixel
|
||||
</summary>
|
||||
<param name="number">Point value</param>
|
||||
<returns>Returns the pixel value</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.PdfiumRendering(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.IntPtr)">
|
||||
<summary>
|
||||
Exports the specified page as a bitmap image.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image</param>
|
||||
<param name="pageindex">page index</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotation">Whether need to keep the annotations on the page</param>
|
||||
<returns>Returns the converted bitmap image</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.CreatePdfiumDocument(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Creates the pdfium document for the provided string.
|
||||
</summary>
|
||||
<param name="stream">Stream of the Pdf</param>
|
||||
<param name="password">Password of the pdf stream</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.CheckBaseDirectory">
|
||||
<summary>
|
||||
Checks the base directory and provides it.
|
||||
</summary>
|
||||
<returns>Returns the base directory.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractText(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean)">
|
||||
<summary>
|
||||
Extracts text along with its format.
|
||||
</summary>///
|
||||
<param name=" pageIndex">The page index in which the text has be extracted</param>
|
||||
<param name=" textDataCollection">Provides the text data collection </param>
|
||||
<param name=" isLayout">maintains the layout if it is true </param>
|
||||
<returns>Returns the extracted text for the provided page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.TextExtraction(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean,System.Boolean,System.Int32)">
|
||||
<summary>
|
||||
Extracts the text from the specified page index.
|
||||
</summary>
|
||||
<param name="index">Page index</param>
|
||||
<param name="textDataCollection">Text collection</param>
|
||||
<param name="isLayout">Text format</param>
|
||||
<param name="isRotated">Whether rotated or not</param>
|
||||
<param name="rotateAngle">Angle of rotation</param>
|
||||
<returns>Returns the extracted text from the provided page index</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractTextWithPageSize(System.Int32,System.Collections.Generic.Dictionary{System.Int32,Syncfusion.PdfToImageConverter.PageTextData}@)">
|
||||
<summary>
|
||||
extracts text along with its format.
|
||||
</summary>///
|
||||
<param name=" pageIndex">The page index in which the text has be extracted</param>
|
||||
<param name=" pageTextDataCollection">Provides the text data collection with page details</param>
|
||||
<returns>Returns the extracted text for the provided page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetBounds(System.IntPtr,System.Int32,System.Double,System.Single)">
|
||||
<summary>
|
||||
Gets the bounds of the text.
|
||||
</summary>
|
||||
<param name="textPage">Page object</param>
|
||||
<param name="index">page index</param>
|
||||
<param name="height"></param>
|
||||
<param name="cropY"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetTextDetails(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@)">
|
||||
<summary>
|
||||
Gets the text details for the provided page index.
|
||||
</summary>
|
||||
<param name="index">Page index</param>
|
||||
<param name="textDataCollection">Text collection of the page</param>
|
||||
<returns>Returns the text</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertBitmapToStream(System.Drawing.Bitmap)">
|
||||
<summary>
|
||||
Converts the bitmap to stream.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image to be converted</param>
|
||||
<returns>Returns the converted stream</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertBitmapToStream(System.Drawing.Bitmap[])">
|
||||
<summary>
|
||||
Converts the bitmap to stream.
|
||||
</summary>
|
||||
<param name="bitmapImage">Array of bitmap images to be converted</param>
|
||||
<returns>Returns the converted stream</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractPdfiumLibrary">
|
||||
<summary>
|
||||
Extracts the Pdfium library to the application.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.HasUnicodeCharacter(System.String)">
|
||||
<summary>
|
||||
Checks whether the password is unicoded or not.
|
||||
</summary>
|
||||
<param name="password">Password of the stream</param>
|
||||
<returns>Returns true if the password is unicoded, else false</returns>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.ScaleFactor">
|
||||
<summary>
|
||||
Scales the page while rendering in the PDF Viewer control for improving the quality of the image.
|
||||
Positive float values can be set. Recommended Value is 1 or 1.5f.
|
||||
If the value is greater than the recommended value, there might be any distortion in the performance of the PDF Viewer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.ReferencePath">
|
||||
<summary>
|
||||
Gets or sets the reference path of the Pdfium library.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.PageCount">
|
||||
<summary>
|
||||
Gets the page count of the document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.DocumentID">
|
||||
<summary>
|
||||
Gets or sets the id of the document
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.Document">
|
||||
<summary>
|
||||
Gets or sets the pdf document value
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.TextData">
|
||||
<summary>
|
||||
Represents a text informations
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.TextData.#ctor(System.String,System.Drawing.RectangleF)">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.TextData"/> class.
|
||||
</summary>
|
||||
<param name="text">Text on the document</param>
|
||||
<param name="bounds">Bounds of the text</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.TextData.Bounds">
|
||||
<summary>
|
||||
Gets the bounds of the text
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.TextData.Text">
|
||||
<summary>
|
||||
Gets the text
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PageTextData">
|
||||
<summary>
|
||||
Represents a Page text informations
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PageTextData.#ctor(System.Drawing.SizeF,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData},System.String)">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PageTextData"/> class.
|
||||
</summary>
|
||||
<param name="pageSize">Size of the page</param>
|
||||
<param name="textData">Text informations of the page</param>
|
||||
<param name="pageString">Text data of the page</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.TextData">
|
||||
<summary>
|
||||
Gets the list of text data for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.PageText">
|
||||
<summary>
|
||||
Gets the text data for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.PageSize">
|
||||
<summary>
|
||||
Gets the page size for the page
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Client/bin/Debug/Syncfusion.PdfViewer.Windows.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.PdfViewer.Windows.dll
Normal file
Binary file not shown.
20892
Client/bin/Debug/Syncfusion.PdfViewer.Windows.xml
Normal file
20892
Client/bin/Debug/Syncfusion.PdfViewer.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.SfDataGrid.WinForms.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.SfDataGrid.WinForms.dll
Normal file
Binary file not shown.
43189
Client/bin/Debug/Syncfusion.SfDataGrid.WinForms.xml
Normal file
43189
Client/bin/Debug/Syncfusion.SfDataGrid.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.SfInput.WinForms.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.SfInput.WinForms.dll
Normal file
Binary file not shown.
9676
Client/bin/Debug/Syncfusion.SfInput.WinForms.xml
Normal file
9676
Client/bin/Debug/Syncfusion.SfInput.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.SfListView.WinForms.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.SfListView.WinForms.dll
Normal file
Binary file not shown.
7842
Client/bin/Debug/Syncfusion.SfListView.WinForms.xml
Normal file
7842
Client/bin/Debug/Syncfusion.SfListView.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.Shared.Base.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Shared.Base.dll
Normal file
Binary file not shown.
94432
Client/bin/Debug/Syncfusion.Shared.Base.xml
Normal file
94432
Client/bin/Debug/Syncfusion.Shared.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.Shared.Windows.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Shared.Windows.dll
Normal file
Binary file not shown.
1380
Client/bin/Debug/Syncfusion.Shared.Windows.xml
Normal file
1380
Client/bin/Debug/Syncfusion.Shared.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.SpellChecker.Base.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.SpellChecker.Base.dll
Normal file
Binary file not shown.
258
Client/bin/Debug/Syncfusion.SpellChecker.Base.xml
Normal file
258
Client/bin/Debug/Syncfusion.SpellChecker.Base.xml
Normal file
@@ -0,0 +1,258 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.SpellChecker.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.CustomDictionaryBase">
|
||||
<summary>
|
||||
Represents a class that stores information about custom words
|
||||
</summary>
|
||||
<remarks>
|
||||
Extra words can be stored in custom dictionary. Any words added using ‘Add to dictionary’, is also stored in this custom dictionary.
|
||||
</remarks>
|
||||
<example>
|
||||
var english = new HunspellDictionary();
|
||||
english.Culture = new CultureInfo("en-us");
|
||||
english.DictionaryUri = new Uri("/SpellCheckerDemo;component//english.dic");
|
||||
english.GrammarUri = new Uri("/SpellCheckerDemo;component//english.aff");
|
||||
|
||||
var custom = new CustomDictionary();
|
||||
custom.Culture = new CultureInfo("en-us");
|
||||
english.DictionaryUri = new Uri("/Resources/custom.dic");
|
||||
|
||||
var dictionaries = new DictionaryCollection();
|
||||
dictionaries.Add(english);
|
||||
dictionaries.Add(custom);
|
||||
|
||||
spellChecker.Dictionaries = dictionaries;
|
||||
spellChecker.Culture = new CultureInfo("en-us");
|
||||
</example>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "T:Syncfusion.SpellChecker.Base.DictionaryBase" -->
|
||||
<member name="M:Syncfusion.SpellChecker.Base.DictionaryBase.GetDictionaryStream">
|
||||
<summary>
|
||||
Gets or Sets the dictionary uri of a dictionary.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.DictionaryBase.Culture">
|
||||
<summary>
|
||||
Gets or Sets the culture of a dictionary.
|
||||
</summary>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "T:Syncfusion.SpellChecker.Base.DictionaryCollection" -->
|
||||
<member name="T:Syncfusion.SpellChecker.Base.GrammarDictionaryBase">
|
||||
<summary>
|
||||
Represents base class that requires base dictionary file with affix file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.GrammarDictionaryBase.GetGrammarStream">
|
||||
<summary>
|
||||
Gets or Sets the grammar uri of a hunspell dictionary.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.GrammarDictionaryBase.DictParser(System.IO.StreamReader,System.Collections.Generic.Dictionary{System.String,Syncfusion.SpellChecker.Base.GrammarRule})">
|
||||
<summary>
|
||||
DictParser generate a list of words by using both .dic and .aff file.
|
||||
</summary>
|
||||
<param name="dictionary"></param>
|
||||
<param name="ruleDictionary"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.HunspellDictionaryBase">
|
||||
<summary>
|
||||
A class that requires base dictionary and affix file. It has algorithm that process file provided and loads words required for dictionary.
|
||||
</summary>
|
||||
<example>
|
||||
var english = new HunspellDictionary();
|
||||
english.Culture = new CultureInfo("en-us");
|
||||
english.DictionaryUri = new Uri("/SpellCheckerDemo;component//english.dic");
|
||||
english.GrammarUri = new Uri("/SpellCheckerDemo;component//english.aff");
|
||||
|
||||
var dictionaries = new DictionaryCollection();
|
||||
dictionaries.Add(english);
|
||||
|
||||
spellChecker.Dictionaries = dictionaries;
|
||||
spellChecker.Culture = new CultureInfo("en-us");
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.HunspellDictionaryBase.GrammerParser(System.IO.StreamReader)">
|
||||
<summary>
|
||||
To create rules from Hunspell .aff file
|
||||
</summary>
|
||||
<param name="grammar"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.IspellDictionaryBase">
|
||||
<summary>
|
||||
A class that requires base dictionary and affix file. It has algorithm that process file provided and loads words required for dictionary.
|
||||
</summary>
|
||||
<example>
|
||||
var french = new IspellDictionary();
|
||||
french.Culture = new CultureInfo("fr");
|
||||
french.DictionaryUri = new Uri("/SpellCheckerDemo;component//french.dic");
|
||||
french.GrammarUri = new Uri("/SpellCheckerDemo;component//french.xlg");
|
||||
|
||||
var dictionaries = new DictionaryCollection();
|
||||
dictionaries.Add(french);
|
||||
|
||||
spellChecker.Dictionaries = dictionaries;
|
||||
spellChecker.Culture = new CultureInfo("fr");
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.IspellDictionaryBase.GrammerParser(System.IO.StreamReader)">
|
||||
<summary>
|
||||
To create rules from Ispell .aff file
|
||||
</summary>
|
||||
<param name="grammar"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.AccuracyLevels">
|
||||
<summary>
|
||||
Represents a list of accuracy levels based on which phonetic matching is executed for filtering suggestions
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.SpellChecker.Base.AccuracyLevels.High">
|
||||
<summary>
|
||||
Represents a high level which filters maximum possible suggestions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.SpellChecker.Base.AccuracyLevels.Medium">
|
||||
<summary>
|
||||
Represents a medium level which filters matching suggestions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.SpellChecker.Base.AccuracyLevels.Low">
|
||||
<summary>
|
||||
Represents a most accurate level which filters accurate suggestions only.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.TransmutationHelper.GetTransmutations(System.Char[])">
|
||||
<summary>
|
||||
Returns a list of possible combinations for the given character array
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.VerbalProcessor.GetSimilarSounds(System.String,System.Collections.Generic.List{System.Object},Syncfusion.SpellChecker.Base.AccuracyLevels)">
|
||||
<summary>
|
||||
Returns a list of phonetic suggestions for the given word in specified accuracy level.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.Sorter.Compare(System.Object,System.Object)">
|
||||
<summary>
|
||||
Compares the two objects.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.Sorter.Compare(System.String,System.String)">
|
||||
<summary>
|
||||
Compares the two String values
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.ReverseSorter.Compare(System.String,System.String)">
|
||||
<summary>
|
||||
Compares the two object values.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.ReverseSorter.Reverse(System.String)">
|
||||
<summary>
|
||||
Returns reverse String of input String
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.SpellCheckerBase">
|
||||
<summary>
|
||||
SpellChecker base helps to find erroneous spelling in a word and provides suggestions for it.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.#ctor(System.IO.Stream)">
|
||||
<summary>
|
||||
Initializes the instance of SpellChecker base.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.#ctor">
|
||||
<summary>
|
||||
Initializes the instance of SpellChecker base.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.AddWordToDictionary(System.String)">
|
||||
<summary>
|
||||
Adds the word to dictionary word collection
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.HasError(System.String)">
|
||||
<summary>
|
||||
Checks whether the word exists in dictionary
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetSuggestions(System.String)">
|
||||
<summary>
|
||||
Returns the suggestions for error word
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetAnagrams(System.String)">
|
||||
<summary>
|
||||
Returns the anagrams for error word
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetPhoneticWords(System.String)">
|
||||
<summary>
|
||||
Returns the phonetic suggestions for error word in medium accuracy.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetPhoneticWords(System.String,Syncfusion.SpellChecker.Base.AccuracyLevels)">
|
||||
<summary>
|
||||
Returns the phonetic suggestions for error word in specified accuracy.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.IsPatternMatch(System.String)">
|
||||
<summary>
|
||||
Returns whether the word matches Email or File name or URL pattern.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.AddWordsInDictionaryStream(System.IO.Stream)">
|
||||
<summary>
|
||||
Adds the word from custom stream to dicitionary collection
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.IsInDictionary(System.String)">
|
||||
<summary>
|
||||
To check whether the word is present in dictionart or not.
|
||||
</summary>
|
||||
<param name="word"></param>
|
||||
<returns>Returns a boolean value.</returns>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreAlphaNumericWords">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check AlphaNumericWords
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreFileNames">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check file names
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreHtmlTags">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check html tags
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreEmailAddress">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check Email addresses
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreMixedCaseWords">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check mixed case words
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreUpperCaseWords">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check upper case words
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreUrl">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check urls
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Client/bin/Debug/Syncfusion.Spreadsheet.Windows.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Spreadsheet.Windows.dll
Normal file
Binary file not shown.
41105
Client/bin/Debug/Syncfusion.Spreadsheet.Windows.xml
Normal file
41105
Client/bin/Debug/Syncfusion.Spreadsheet.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Client/bin/Debug/Syncfusion.Tools.Base.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Tools.Base.dll
Normal file
Binary file not shown.
67
Client/bin/Debug/Syncfusion.Tools.Base.xml
Normal file
67
Client/bin/Debug/Syncfusion.Tools.Base.xml
Normal file
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.Tools.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.ToolsBaseAssembly">
|
||||
<exclude/>
|
||||
<summary>
|
||||
This class holds the name of the Tools assembly and provides a helper
|
||||
routine that helps with resolving types when loading a serialization stream and when the framework probes for assemblies by reflection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.ToolsBaseAssembly.Name">
|
||||
<summary>
|
||||
The full name of this assembly without version information, e.g. "Syncfusion.Tools".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.ToolsBaseAssembly.Assembly">
|
||||
<summary>
|
||||
A reference to the <see cref="T:System.Reflection.Assembly"/> for the Tools assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.ToolsBaseAssembly.RootNamespace">
|
||||
<summary>
|
||||
The root namespace of this assembly. Used internally for locating resources within the assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.ToolsBaseAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
|
||||
<summary>
|
||||
This delegate helps with resolving types and can be used as an eventhandler
|
||||
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">The event data with information about the type.</param>
|
||||
<returns>A reference to the assembly where the type is located.</returns>
|
||||
<remarks>
|
||||
<para>If the requested assembly is either Tools, Grid, or Shared, this method returns the reference
|
||||
to the corresponding assembly, it is bound to.</para>
|
||||
<para>It's mandatory that you distribute Syncfusion.Grid.dll and Syncfusion.Shared.dll when you use this
|
||||
method in your application.</para>
|
||||
<para>Use this handler when reading back types from a serialization stream
|
||||
saved with an earlier version of this assembly.</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<code lang="C#">
|
||||
public static AToolsType LoadSoap(Stream s)
|
||||
{
|
||||
try
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(ToolsAssembly.AssemblyResolver);
|
||||
SoapFormatter b = new SoapFormatter();
|
||||
b.AssemblyFormat = FormatterAssemblyStyle.Simple;
|
||||
AToolsType t = b.Deserialize(s) as AToolsType;
|
||||
return t;
|
||||
}
|
||||
finally
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(ToolsAssembly.AssemblyResolver);
|
||||
}
|
||||
}
|
||||
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Client/bin/Debug/Syncfusion.Tools.Windows.dll
Normal file
BIN
Client/bin/Debug/Syncfusion.Tools.Windows.dll
Normal file
Binary file not shown.
214852
Client/bin/Debug/Syncfusion.Tools.Windows.xml
Normal file
214852
Client/bin/Debug/Syncfusion.Tools.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -30274,3 +30274,826 @@
|
||||
2024-09-17 09:49:43.1674|DEBUG|EDOKA|
|
||||
2024-09-17 09:49:43.1814|DEBUG|EDOKA|
|
||||
2024-09-17 09:49:43.1814|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:33.8747|DEBUG|EDOKA|Start
|
||||
2024-09-17 10:49:33.9537|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:33.9627|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:33.9627|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:33.9762|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:34.0143|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:34.1314|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 10:49:37.0267|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:42.2465|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:42.2465|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:44.8390|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:44.8583|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:44.9048|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:44.9382|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:47.7989|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:47.7989|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:51.1307|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:51.1787|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:55.2475|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:55.3150|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:55.3330|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:55.3330|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:55.3506|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:55.4042|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:59.2104|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:59.4552|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:59.4552|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:59.4772|DEBUG|EDOKA|
|
||||
2024-09-17 10:49:59.4772|DEBUG|EDOKA|
|
||||
2024-09-17 10:50:02.2545|DEBUG|EDOKA|
|
||||
2024-09-17 10:50:02.2796|DEBUG|EDOKA|
|
||||
2024-09-17 11:03:30.5782|DEBUG|EDOKA|Start
|
||||
2024-09-17 11:03:30.6399|DEBUG|EDOKA|
|
||||
2024-09-17 11:03:30.6438|DEBUG|EDOKA|
|
||||
2024-09-17 11:03:30.6438|DEBUG|EDOKA|
|
||||
2024-09-17 11:03:30.6438|DEBUG|EDOKA|
|
||||
2024-09-17 11:03:30.6682|DEBUG|EDOKA|
|
||||
2024-09-17 11:03:30.7305|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 11:03:33.1922|DEBUG|EDOKA|
|
||||
2024-09-17 11:06:42.9883|DEBUG|EDOKA|Start
|
||||
2024-09-17 11:06:43.0589|DEBUG|EDOKA|
|
||||
2024-09-17 11:06:43.0659|DEBUG|EDOKA|
|
||||
2024-09-17 11:06:43.0659|DEBUG|EDOKA|
|
||||
2024-09-17 11:06:43.0659|DEBUG|EDOKA|
|
||||
2024-09-17 11:06:43.1117|DEBUG|EDOKA|
|
||||
2024-09-17 11:06:43.1862|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 11:06:46.2628|DEBUG|EDOKA|
|
||||
2024-09-17 11:06:48.6779|DEBUG|EDOKA|
|
||||
2024-09-17 11:08:22.8380|DEBUG|EDOKA|Start
|
||||
2024-09-17 11:08:22.8991|DEBUG|EDOKA|
|
||||
2024-09-17 11:08:22.8991|DEBUG|EDOKA|
|
||||
2024-09-17 11:08:22.8991|DEBUG|EDOKA|
|
||||
2024-09-17 11:08:22.9096|DEBUG|EDOKA|
|
||||
2024-09-17 11:08:22.9362|DEBUG|EDOKA|
|
||||
2024-09-17 11:08:23.0022|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 11:09:25.8897|DEBUG|EDOKA|Start
|
||||
2024-09-17 11:09:25.9497|DEBUG|EDOKA|
|
||||
2024-09-17 11:09:25.9497|DEBUG|EDOKA|
|
||||
2024-09-17 11:09:25.9497|DEBUG|EDOKA|
|
||||
2024-09-17 11:09:25.9597|DEBUG|EDOKA|
|
||||
2024-09-17 11:09:25.9762|DEBUG|EDOKA|
|
||||
2024-09-17 11:09:26.0372|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 11:09:28.9805|DEBUG|EDOKA|
|
||||
2024-09-17 11:11:32.1516|DEBUG|EDOKA|Start
|
||||
2024-09-17 11:11:32.2187|DEBUG|EDOKA|
|
||||
2024-09-17 11:11:32.2227|DEBUG|EDOKA|
|
||||
2024-09-17 11:11:32.2227|DEBUG|EDOKA|
|
||||
2024-09-17 11:11:32.2227|DEBUG|EDOKA|
|
||||
2024-09-17 11:11:32.2513|DEBUG|EDOKA|
|
||||
2024-09-17 11:11:32.3157|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 11:11:35.0277|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:23.4610|DEBUG|EDOKA|Start
|
||||
2024-09-17 11:12:23.5233|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:23.5233|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:23.5233|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:23.5398|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:23.5578|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:23.6226|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 11:12:26.5557|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:26.6354|DEBUG|EDOKA|
|
||||
2024-09-17 11:12:26.6850|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:36.1262|DEBUG|EDOKA|Start
|
||||
2024-09-17 12:21:36.1893|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:36.1893|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:36.1893|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:36.1893|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:36.2233|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:36.2874|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 12:21:52.2414|DEBUG|EDOKA|Start
|
||||
2024-09-17 12:21:52.3036|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:52.3036|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:52.3036|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:52.3213|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:52.3432|DEBUG|EDOKA|
|
||||
2024-09-17 12:21:52.4098|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 12:21:55.3776|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:19.4676|DEBUG|EDOKA|Start
|
||||
2024-09-17 12:25:19.5298|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:19.5338|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:19.5338|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:19.5338|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:19.5589|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:19.6228|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 12:25:22.3807|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.7387|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.7516|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.7516|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.7516|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.7954|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.7994|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.8158|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.8513|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.8513|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.8718|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.8718|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.9008|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.9248|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:23.9421|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:26.2504|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:26.2714|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:26.2714|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:26.2714|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:26.2879|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:26.2879|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:26.2879|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:30.2023|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:30.2474|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:30.2634|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:30.2634|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:30.2799|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:30.2919|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:30.2919|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:32.3283|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:32.3426|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:32.3526|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:32.3526|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:32.3706|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:32.3806|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:32.3806|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:34.4859|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:34.4859|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:34.5146|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:34.5216|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:34.5361|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:34.5501|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:34.5501|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:36.4573|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:36.4704|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:36.4863|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:36.4863|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:36.4863|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:36.5078|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:36.5078|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:39.5643|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:39.5643|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:39.5864|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:39.5864|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:39.5979|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:39.5979|DEBUG|EDOKA|
|
||||
2024-09-17 12:25:39.5979|DEBUG|EDOKA|
|
||||
2024-09-17 12:26:57.6991|DEBUG|EDOKA|Start
|
||||
2024-09-17 12:26:57.7647|DEBUG|EDOKA|
|
||||
2024-09-17 12:26:57.7825|DEBUG|EDOKA|
|
||||
2024-09-17 12:26:57.7850|DEBUG|EDOKA|
|
||||
2024-09-17 12:26:57.7850|DEBUG|EDOKA|
|
||||
2024-09-17 12:26:57.8101|DEBUG|EDOKA|
|
||||
2024-09-17 12:26:57.8904|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 12:27:00.7029|DEBUG|EDOKA|
|
||||
2024-09-17 12:27:02.5315|DEBUG|EDOKA|
|
||||
2024-09-17 12:27:04.9106|DEBUG|EDOKA|
|
||||
2024-09-17 12:27:06.1151|DEBUG|EDOKA|
|
||||
2024-09-17 12:27:28.3667|DEBUG|EDOKA|
|
||||
2024-09-17 12:27:55.9660|DEBUG|EDOKA|
|
||||
2024-09-17 12:27:57.8796|DEBUG|EDOKA|
|
||||
2024-09-17 12:28:06.0923|DEBUG|EDOKA|
|
||||
2024-09-17 12:29:43.6022|DEBUG|EDOKA|
|
||||
2024-09-17 12:29:45.8888|DEBUG|EDOKA|
|
||||
2024-09-17 12:29:47.2850|DEBUG|EDOKA|
|
||||
2024-09-17 12:29:57.8898|DEBUG|EDOKA|
|
||||
2024-09-17 12:30:57.8767|DEBUG|EDOKA|
|
||||
2024-09-17 12:31:57.8868|DEBUG|EDOKA|
|
||||
2024-09-17 12:32:57.8885|DEBUG|EDOKA|
|
||||
2024-09-17 12:33:57.8822|DEBUG|EDOKA|
|
||||
2024-09-17 12:34:57.8862|DEBUG|EDOKA|
|
||||
2024-09-17 12:35:57.8802|DEBUG|EDOKA|
|
||||
2024-09-17 12:36:57.8796|DEBUG|EDOKA|
|
||||
2024-09-17 12:37:57.8888|DEBUG|EDOKA|
|
||||
2024-09-17 12:38:57.8868|DEBUG|EDOKA|
|
||||
2024-09-17 12:39:57.8793|DEBUG|EDOKA|
|
||||
2024-09-17 12:40:57.8787|DEBUG|EDOKA|
|
||||
2024-09-17 12:41:57.8876|DEBUG|EDOKA|
|
||||
2024-09-17 12:42:57.8879|DEBUG|EDOKA|
|
||||
2024-09-17 12:43:57.8784|DEBUG|EDOKA|
|
||||
2024-09-17 12:44:57.8835|DEBUG|EDOKA|
|
||||
2024-09-17 12:45:57.8796|DEBUG|EDOKA|
|
||||
2024-09-17 12:46:57.8852|DEBUG|EDOKA|
|
||||
2024-09-17 12:47:57.8882|DEBUG|EDOKA|
|
||||
2024-09-17 12:48:57.8800|DEBUG|EDOKA|
|
||||
2024-09-17 12:49:57.8924|DEBUG|EDOKA|
|
||||
2024-09-17 12:50:57.8807|DEBUG|EDOKA|
|
||||
2024-09-17 12:51:57.8785|DEBUG|EDOKA|
|
||||
2024-09-17 12:52:57.8791|DEBUG|EDOKA|
|
||||
2024-09-17 12:53:57.8839|DEBUG|EDOKA|
|
||||
2024-09-17 12:54:57.8862|DEBUG|EDOKA|
|
||||
2024-09-17 12:55:57.8876|DEBUG|EDOKA|
|
||||
2024-09-17 12:56:57.8781|DEBUG|EDOKA|
|
||||
2024-09-17 12:57:57.8875|DEBUG|EDOKA|
|
||||
2024-09-17 12:58:57.8801|DEBUG|EDOKA|
|
||||
2024-09-17 12:59:57.8787|DEBUG|EDOKA|
|
||||
2024-09-17 13:00:57.8844|DEBUG|EDOKA|
|
||||
2024-09-17 13:01:57.8909|DEBUG|EDOKA|
|
||||
2024-09-17 13:02:57.8856|DEBUG|EDOKA|
|
||||
2024-09-17 13:03:57.8922|DEBUG|EDOKA|
|
||||
2024-09-17 13:04:57.8885|DEBUG|EDOKA|
|
||||
2024-09-17 13:05:57.8860|DEBUG|EDOKA|
|
||||
2024-09-17 13:06:57.8793|DEBUG|EDOKA|
|
||||
2024-09-17 13:07:57.8842|DEBUG|EDOKA|
|
||||
2024-09-17 13:08:57.8789|DEBUG|EDOKA|
|
||||
2024-09-17 13:09:57.8776|DEBUG|EDOKA|
|
||||
2024-09-17 13:10:57.8878|DEBUG|EDOKA|
|
||||
2024-09-17 13:11:57.8866|DEBUG|EDOKA|
|
||||
2024-09-17 13:12:57.8837|DEBUG|EDOKA|
|
||||
2024-09-17 13:13:57.8840|DEBUG|EDOKA|
|
||||
2024-09-17 13:14:57.8800|DEBUG|EDOKA|
|
||||
2024-09-17 13:15:57.8845|DEBUG|EDOKA|
|
||||
2024-09-17 13:16:57.8835|DEBUG|EDOKA|
|
||||
2024-09-17 13:17:57.8931|DEBUG|EDOKA|
|
||||
2024-09-17 13:18:57.8783|DEBUG|EDOKA|
|
||||
2024-09-17 13:19:57.8903|DEBUG|EDOKA|
|
||||
2024-09-17 13:20:57.8870|DEBUG|EDOKA|
|
||||
2024-09-17 13:21:57.8838|DEBUG|EDOKA|
|
||||
2024-09-17 13:22:57.8922|DEBUG|EDOKA|
|
||||
2024-09-17 13:23:57.8815|DEBUG|EDOKA|
|
||||
2024-09-17 13:24:57.8842|DEBUG|EDOKA|
|
||||
2024-09-17 13:25:57.8788|DEBUG|EDOKA|
|
||||
2024-09-17 13:26:57.8793|DEBUG|EDOKA|
|
||||
2024-09-17 13:27:57.8776|DEBUG|EDOKA|
|
||||
2024-09-17 13:28:57.8845|DEBUG|EDOKA|
|
||||
2024-09-17 13:29:57.8870|DEBUG|EDOKA|
|
||||
2024-09-17 13:30:57.8851|DEBUG|EDOKA|
|
||||
2024-09-17 13:31:57.8809|DEBUG|EDOKA|
|
||||
2024-09-17 13:32:57.8799|DEBUG|EDOKA|
|
||||
2024-09-17 13:33:57.8876|DEBUG|EDOKA|
|
||||
2024-09-17 13:34:57.8798|DEBUG|EDOKA|
|
||||
2024-09-17 13:35:57.8902|DEBUG|EDOKA|
|
||||
2024-09-17 13:36:57.8791|DEBUG|EDOKA|
|
||||
2024-09-17 13:37:57.8855|DEBUG|EDOKA|
|
||||
2024-09-17 13:38:57.8818|DEBUG|EDOKA|
|
||||
2024-09-17 13:39:57.8812|DEBUG|EDOKA|
|
||||
2024-09-17 13:40:57.8909|DEBUG|EDOKA|
|
||||
2024-09-17 13:41:57.8854|DEBUG|EDOKA|
|
||||
2024-09-17 13:42:57.8837|DEBUG|EDOKA|
|
||||
2024-09-17 13:43:57.8791|DEBUG|EDOKA|
|
||||
2024-09-17 13:44:57.8842|DEBUG|EDOKA|
|
||||
2024-09-17 13:45:57.8858|DEBUG|EDOKA|
|
||||
2024-09-17 13:46:57.8789|DEBUG|EDOKA|
|
||||
2024-09-17 13:47:57.8888|DEBUG|EDOKA|
|
||||
2024-09-17 13:48:57.8844|DEBUG|EDOKA|
|
||||
2024-09-17 13:49:57.8833|DEBUG|EDOKA|
|
||||
2024-09-17 13:50:57.8796|DEBUG|EDOKA|
|
||||
2024-09-17 13:51:57.8936|DEBUG|EDOKA|
|
||||
2024-09-17 13:52:57.9040|DEBUG|EDOKA|
|
||||
2024-09-17 13:53:57.8968|DEBUG|EDOKA|
|
||||
2024-09-17 13:54:57.8971|DEBUG|EDOKA|
|
||||
2024-09-17 13:55:57.8975|DEBUG|EDOKA|
|
||||
2024-09-17 13:56:57.8948|DEBUG|EDOKA|
|
||||
2024-09-17 13:57:57.9028|DEBUG|EDOKA|
|
||||
2024-09-17 13:58:57.9069|DEBUG|EDOKA|
|
||||
2024-09-17 13:59:57.9035|DEBUG|EDOKA|
|
||||
2024-09-17 14:00:57.9045|DEBUG|EDOKA|
|
||||
2024-09-17 14:01:57.9093|DEBUG|EDOKA|
|
||||
2024-09-17 14:02:57.9116|DEBUG|EDOKA|
|
||||
2024-09-17 14:03:57.9123|DEBUG|EDOKA|
|
||||
2024-09-17 14:04:57.9108|DEBUG|EDOKA|
|
||||
2024-09-17 14:05:57.9209|DEBUG|EDOKA|
|
||||
2024-09-17 14:06:57.9147|DEBUG|EDOKA|
|
||||
2024-09-17 14:07:57.9098|DEBUG|EDOKA|
|
||||
2024-09-17 14:08:57.9099|DEBUG|EDOKA|
|
||||
2024-09-17 14:09:57.9188|DEBUG|EDOKA|
|
||||
2024-09-17 14:10:57.9251|DEBUG|EDOKA|
|
||||
2024-09-17 14:11:57.9165|DEBUG|EDOKA|
|
||||
2024-09-17 14:12:57.9105|DEBUG|EDOKA|
|
||||
2024-09-17 14:13:57.9145|DEBUG|EDOKA|
|
||||
2024-09-17 14:14:57.9162|DEBUG|EDOKA|
|
||||
2024-09-17 14:15:57.9199|DEBUG|EDOKA|
|
||||
2024-09-17 14:16:57.9168|DEBUG|EDOKA|
|
||||
2024-09-17 14:17:57.9107|DEBUG|EDOKA|
|
||||
2024-09-17 14:18:57.9220|DEBUG|EDOKA|
|
||||
2024-09-17 14:19:57.9107|DEBUG|EDOKA|
|
||||
2024-09-17 14:20:57.9215|DEBUG|EDOKA|
|
||||
2024-09-17 14:21:57.9140|DEBUG|EDOKA|
|
||||
2024-09-17 14:22:57.9203|DEBUG|EDOKA|
|
||||
2024-09-17 14:23:57.9090|DEBUG|EDOKA|
|
||||
2024-09-17 14:24:57.9211|DEBUG|EDOKA|
|
||||
2024-09-17 14:25:57.9163|DEBUG|EDOKA|
|
||||
2024-09-17 14:26:57.9190|DEBUG|EDOKA|
|
||||
2024-09-17 14:27:57.9104|DEBUG|EDOKA|
|
||||
2024-09-17 14:28:57.9199|DEBUG|EDOKA|
|
||||
2024-09-17 14:29:57.9244|DEBUG|EDOKA|
|
||||
2024-09-17 14:30:57.9146|DEBUG|EDOKA|
|
||||
2024-09-17 14:31:57.9181|DEBUG|EDOKA|
|
||||
2024-09-17 14:32:57.9178|DEBUG|EDOKA|
|
||||
2024-09-17 14:33:57.9132|DEBUG|EDOKA|
|
||||
2024-09-17 14:34:57.9088|DEBUG|EDOKA|
|
||||
2024-09-17 14:35:57.9232|DEBUG|EDOKA|
|
||||
2024-09-17 14:36:57.9164|DEBUG|EDOKA|
|
||||
2024-09-17 14:37:57.9251|DEBUG|EDOKA|
|
||||
2024-09-17 14:38:57.9331|DEBUG|EDOKA|
|
||||
2024-09-17 14:39:57.9319|DEBUG|EDOKA|
|
||||
2024-09-17 14:40:57.9401|DEBUG|EDOKA|
|
||||
2024-09-17 14:41:57.9260|DEBUG|EDOKA|
|
||||
2024-09-17 14:42:57.9352|DEBUG|EDOKA|
|
||||
2024-09-17 14:43:57.9367|DEBUG|EDOKA|
|
||||
2024-09-17 14:44:57.9255|DEBUG|EDOKA|
|
||||
2024-09-17 14:45:57.9271|DEBUG|EDOKA|
|
||||
2024-09-17 14:46:57.9312|DEBUG|EDOKA|
|
||||
2024-09-17 14:47:57.9259|DEBUG|EDOKA|
|
||||
2024-09-17 14:48:57.9311|DEBUG|EDOKA|
|
||||
2024-09-17 14:49:57.9383|DEBUG|EDOKA|
|
||||
2024-09-17 14:50:57.9315|DEBUG|EDOKA|
|
||||
2024-09-17 14:51:57.9389|DEBUG|EDOKA|
|
||||
2024-09-17 14:52:57.9345|DEBUG|EDOKA|
|
||||
2024-09-17 14:53:57.9264|DEBUG|EDOKA|
|
||||
2024-09-17 14:54:57.9357|DEBUG|EDOKA|
|
||||
2024-09-17 14:55:57.9328|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:00.1322|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.2738|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.3153|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.3153|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.3153|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.3585|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.3665|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.3665|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.4094|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.4094|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.4308|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.4308|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.4510|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.4560|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:04.4560|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:14.8904|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:14.9330|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:14.9500|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:14.9500|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:14.9674|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:15.0069|DEBUG|EDOKA|
|
||||
2024-09-17 14:56:15.0369|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:02.0026|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:03:02.0392|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:02.0392|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:02.0392|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:02.0492|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:02.0657|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:02.1288|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:03:07.1210|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.4942|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.5328|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.5328|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.5328|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.5833|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.6871|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.7416|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.9093|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.9093|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.9370|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.9400|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.9400|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:16.9884|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:17.0295|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:18.3727|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:18.3917|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:18.4203|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:18.4203|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:18.4328|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:18.4664|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:18.4914|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:22.5255|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:26.1164|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:26.1554|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:26.1754|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:26.1754|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:26.1949|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:26.2275|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:26.2540|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:28.0197|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:28.0197|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:28.0472|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:28.0493|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:28.0648|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:28.1143|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:28.1488|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:29.6508|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:29.6763|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:29.6763|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:29.6763|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:29.6962|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:29.7367|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:29.7642|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:32.4666|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:32.4817|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:32.5014|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:32.5035|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:32.5035|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:32.5624|DEBUG|EDOKA|
|
||||
2024-09-17 15:03:32.5972|DEBUG|EDOKA|
|
||||
2024-09-17 15:04:02.1293|DEBUG|EDOKA|
|
||||
2024-09-17 15:05:02.1408|DEBUG|EDOKA|
|
||||
2024-09-17 15:06:02.1349|DEBUG|EDOKA|
|
||||
2024-09-17 15:07:02.1397|DEBUG|EDOKA|
|
||||
2024-09-17 15:08:02.1275|DEBUG|EDOKA|
|
||||
2024-09-17 15:09:02.1427|DEBUG|EDOKA|
|
||||
2024-09-17 15:10:02.1301|DEBUG|EDOKA|
|
||||
2024-09-17 15:11:02.1404|DEBUG|EDOKA|
|
||||
2024-09-17 15:12:02.1370|DEBUG|EDOKA|
|
||||
2024-09-17 15:13:02.1292|DEBUG|EDOKA|
|
||||
2024-09-17 15:14:02.1321|DEBUG|EDOKA|
|
||||
2024-09-17 15:15:02.1300|DEBUG|EDOKA|
|
||||
2024-09-17 15:16:02.1431|DEBUG|EDOKA|
|
||||
2024-09-17 15:17:02.1302|DEBUG|EDOKA|
|
||||
2024-09-17 15:18:02.1294|DEBUG|EDOKA|
|
||||
2024-09-17 15:19:02.1347|DEBUG|EDOKA|
|
||||
2024-09-17 15:20:02.1333|DEBUG|EDOKA|
|
||||
2024-09-17 15:21:02.1349|DEBUG|EDOKA|
|
||||
2024-09-17 15:22:02.1325|DEBUG|EDOKA|
|
||||
2024-09-17 15:23:02.1282|DEBUG|EDOKA|
|
||||
2024-09-17 15:24:02.1350|DEBUG|EDOKA|
|
||||
2024-09-17 15:25:02.1301|DEBUG|EDOKA|
|
||||
2024-09-17 15:26:02.1357|DEBUG|EDOKA|
|
||||
2024-09-17 15:27:02.1294|DEBUG|EDOKA|
|
||||
2024-09-17 15:28:02.1342|DEBUG|EDOKA|
|
||||
2024-09-17 15:29:02.1337|DEBUG|EDOKA|
|
||||
2024-09-17 15:30:02.1287|DEBUG|EDOKA|
|
||||
2024-09-17 15:31:02.1325|DEBUG|EDOKA|
|
||||
2024-09-17 15:32:02.1285|DEBUG|EDOKA|
|
||||
2024-09-17 15:33:02.1366|DEBUG|EDOKA|
|
||||
2024-09-17 15:34:02.1354|DEBUG|EDOKA|
|
||||
2024-09-17 15:35:02.1289|DEBUG|EDOKA|
|
||||
2024-09-17 15:37:48.2807|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:37:48.3418|DEBUG|EDOKA|
|
||||
2024-09-17 15:37:48.3458|DEBUG|EDOKA|
|
||||
2024-09-17 15:37:48.3458|DEBUG|EDOKA|
|
||||
2024-09-17 15:37:48.3458|DEBUG|EDOKA|
|
||||
2024-09-17 15:37:48.3713|DEBUG|EDOKA|
|
||||
2024-09-17 15:37:48.4308|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:38:55.0443|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:38:55.1124|DEBUG|EDOKA|
|
||||
2024-09-17 15:38:55.1124|DEBUG|EDOKA|
|
||||
2024-09-17 15:38:55.1124|DEBUG|EDOKA|
|
||||
2024-09-17 15:38:55.1124|DEBUG|EDOKA|
|
||||
2024-09-17 15:38:55.1449|DEBUG|EDOKA|
|
||||
2024-09-17 15:38:55.2069|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:38:57.9902|DEBUG|EDOKA|
|
||||
2024-09-17 15:38:58.0383|DEBUG|EDOKA|
|
||||
2024-09-17 15:38:58.0383|DEBUG|EDOKA|
|
||||
2024-09-17 15:39:10.6661|DEBUG|EDOKA|
|
||||
2024-09-17 15:39:10.7242|DEBUG|EDOKA|
|
||||
2024-09-17 15:39:10.7242|DEBUG|EDOKA|
|
||||
2024-09-17 15:39:12.8609|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:08.0727|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:41:08.1348|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:08.1348|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:08.1348|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:08.1448|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:08.1634|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:08.2264|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:41:32.3374|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:41:32.4005|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:32.4080|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:32.4080|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:32.4080|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:32.4395|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:32.5026|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:41:38.1088|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:38.1893|DEBUG|EDOKA|
|
||||
2024-09-17 15:41:38.1893|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:14.1602|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:48:14.2233|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:14.2233|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:14.2233|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:14.2363|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:14.2548|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:14.3153|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:48:59.8750|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:48:59.9371|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:59.9411|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:59.9411|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:59.9411|DEBUG|EDOKA|
|
||||
2024-09-17 15:48:59.9677|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:00.0337|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:49:22.8684|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:49:22.9294|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:22.9294|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:22.9294|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:22.9399|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:22.9589|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:23.0230|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:49:35.5018|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:49:35.5689|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:35.5689|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:35.5689|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:35.5819|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:35.6084|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:35.6896|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:49:46.1923|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:49:46.2562|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:46.2562|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:46.2562|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:46.2693|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:46.2868|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:46.3503|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:49:49.6770|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:49.8148|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:49.9364|DEBUG|EDOKA|
|
||||
2024-09-17 15:49:51.8149|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:04.6503|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:11.9543|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:16.3831|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:22.1447|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:50:22.1812|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:22.1812|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:22.1812|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:22.1958|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:22.2173|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:22.2813|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:50:32.0341|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:40.7018|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:50:40.7394|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:40.7394|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:40.7394|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:40.7394|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:40.7706|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:40.8362|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:50:44.6223|DEBUG|EDOKA|
|
||||
2024-09-17 15:50:49.6809|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:05.5758|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:20.6684|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:51:20.7304|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:20.7304|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:20.7364|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:20.7364|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:20.7637|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:20.8299|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:51:25.9534|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:28.1017|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:30.0177|DEBUG|EDOKA|
|
||||
2024-09-17 15:51:31.2909|DEBUG|EDOKA|
|
||||
2024-09-17 15:52:16.1373|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:52:16.1994|DEBUG|EDOKA|
|
||||
2024-09-17 15:52:16.1994|DEBUG|EDOKA|
|
||||
2024-09-17 15:52:16.1994|DEBUG|EDOKA|
|
||||
2024-09-17 15:52:16.2084|DEBUG|EDOKA|
|
||||
2024-09-17 15:52:16.2259|DEBUG|EDOKA|
|
||||
2024-09-17 15:52:16.2884|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:54:33.3315|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:54:33.3936|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:33.3936|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:33.3936|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:33.4112|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:33.4312|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:33.4943|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:54:50.0618|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:54:50.1239|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:50.1309|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:50.1309|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:50.1309|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:50.1594|DEBUG|EDOKA|
|
||||
2024-09-17 15:54:50.2245|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:55:03.0543|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:55:03.1194|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:03.1194|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:03.1280|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:03.1280|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:03.1545|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:03.2216|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:55:13.4003|DEBUG|EDOKA|Start
|
||||
2024-09-17 15:55:13.4619|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:13.4619|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:13.4619|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:13.4745|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:13.4926|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:13.5625|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-17 15:55:16.9449|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:28.8640|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:28.9156|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:28.9851|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:34.6727|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:34.7109|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:37.9671|DEBUG|EDOKA|
|
||||
2024-09-17 15:55:38.0037|DEBUG|EDOKA|
|
||||
2024-09-18 07:07:29.3029|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:07:29.3679|DEBUG|EDOKA|
|
||||
2024-09-18 07:07:29.3679|DEBUG|EDOKA|
|
||||
2024-09-18 07:07:29.3679|DEBUG|EDOKA|
|
||||
2024-09-18 07:07:29.3850|DEBUG|EDOKA|
|
||||
2024-09-18 07:07:29.4035|DEBUG|EDOKA|
|
||||
2024-09-18 07:07:29.4705|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:30:51.9166|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:30:51.9802|DEBUG|EDOKA|
|
||||
2024-09-18 07:30:51.9802|DEBUG|EDOKA|
|
||||
2024-09-18 07:30:51.9863|DEBUG|EDOKA|
|
||||
2024-09-18 07:30:51.9863|DEBUG|EDOKA|
|
||||
2024-09-18 07:30:52.0148|DEBUG|EDOKA|
|
||||
2024-09-18 07:30:52.0778|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:31:52.0651|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:09.5866|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:32:09.6246|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:09.6299|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:09.6299|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:09.6299|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:09.6628|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:09.7388|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:32:48.3769|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:32:48.4416|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:48.4416|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:48.4416|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:48.4416|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:48.4725|DEBUG|EDOKA|
|
||||
2024-09-18 07:32:48.5400|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:33:23.9197|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:33:23.9819|DEBUG|EDOKA|
|
||||
2024-09-18 07:33:23.9819|DEBUG|EDOKA|
|
||||
2024-09-18 07:33:23.9859|DEBUG|EDOKA|
|
||||
2024-09-18 07:33:23.9859|DEBUG|EDOKA|
|
||||
2024-09-18 07:33:24.0109|DEBUG|EDOKA|
|
||||
2024-09-18 07:33:24.0746|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:34:39.6216|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:34:39.6851|DEBUG|EDOKA|
|
||||
2024-09-18 07:34:39.6911|DEBUG|EDOKA|
|
||||
2024-09-18 07:34:39.6911|DEBUG|EDOKA|
|
||||
2024-09-18 07:34:39.6911|DEBUG|EDOKA|
|
||||
2024-09-18 07:34:39.7206|DEBUG|EDOKA|
|
||||
2024-09-18 07:34:39.7838|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:38:29.3484|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:38:29.4130|DEBUG|EDOKA|
|
||||
2024-09-18 07:38:29.4130|DEBUG|EDOKA|
|
||||
2024-09-18 07:38:29.4130|DEBUG|EDOKA|
|
||||
2024-09-18 07:38:29.4234|DEBUG|EDOKA|
|
||||
2024-09-18 07:38:29.4404|DEBUG|EDOKA|
|
||||
2024-09-18 07:38:29.5034|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:39:29.5060|DEBUG|EDOKA|
|
||||
2024-09-18 07:40:29.5030|DEBUG|EDOKA|
|
||||
2024-09-18 07:41:29.5053|DEBUG|EDOKA|
|
||||
2024-09-18 07:42:29.5026|DEBUG|EDOKA|
|
||||
2024-09-18 07:43:29.5036|DEBUG|EDOKA|
|
||||
2024-09-18 07:44:00.4873|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:44:00.5518|DEBUG|EDOKA|
|
||||
2024-09-18 07:44:00.5518|DEBUG|EDOKA|
|
||||
2024-09-18 07:44:00.5518|DEBUG|EDOKA|
|
||||
2024-09-18 07:44:00.5648|DEBUG|EDOKA|
|
||||
2024-09-18 07:44:00.5818|DEBUG|EDOKA|
|
||||
2024-09-18 07:44:00.6494|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 07:45:00.6453|DEBUG|EDOKA|
|
||||
2024-09-18 07:46:00.6453|DEBUG|EDOKA|
|
||||
2024-09-18 07:47:00.6456|DEBUG|EDOKA|
|
||||
2024-09-18 07:48:00.6429|DEBUG|EDOKA|
|
||||
2024-09-18 07:49:00.6444|DEBUG|EDOKA|
|
||||
2024-09-18 07:50:00.6449|DEBUG|EDOKA|
|
||||
2024-09-18 07:51:00.6442|DEBUG|EDOKA|
|
||||
2024-09-18 07:52:00.6440|DEBUG|EDOKA|
|
||||
2024-09-18 07:53:00.6421|DEBUG|EDOKA|
|
||||
2024-09-18 07:59:22.5005|DEBUG|EDOKA|Start
|
||||
2024-09-18 07:59:22.5625|DEBUG|EDOKA|
|
||||
2024-09-18 07:59:22.5647|DEBUG|EDOKA|
|
||||
2024-09-18 07:59:22.5647|DEBUG|EDOKA|
|
||||
2024-09-18 07:59:22.5647|DEBUG|EDOKA|
|
||||
2024-09-18 07:59:22.5888|DEBUG|EDOKA|
|
||||
2024-09-18 07:59:22.6522|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 08:00:30.9773|DEBUG|EDOKA|
|
||||
2024-09-18 08:01:22.6469|DEBUG|EDOKA|
|
||||
2024-09-18 08:02:22.6432|DEBUG|EDOKA|
|
||||
2024-09-18 08:03:22.6466|DEBUG|EDOKA|
|
||||
2024-09-18 08:04:22.6438|DEBUG|EDOKA|
|
||||
2024-09-18 08:05:22.6462|DEBUG|EDOKA|
|
||||
2024-09-18 08:06:22.7471|DEBUG|EDOKA|
|
||||
2024-09-18 08:07:22.6423|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:06.8536|DEBUG|EDOKA|Start
|
||||
2024-09-18 08:08:06.9176|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:06.9176|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:06.9236|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:06.9236|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:06.9497|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:07.0158|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 08:08:51.5748|DEBUG|EDOKA|Start
|
||||
2024-09-18 08:08:51.6379|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:51.6469|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:51.6469|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:51.6579|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:51.6789|DEBUG|EDOKA|
|
||||
2024-09-18 08:08:51.7448|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 08:09:51.7378|DEBUG|EDOKA|
|
||||
2024-09-18 08:10:51.7389|DEBUG|EDOKA|
|
||||
2024-09-18 08:11:51.7402|DEBUG|EDOKA|
|
||||
2024-09-18 08:12:51.7382|DEBUG|EDOKA|
|
||||
2024-09-18 08:16:46.6738|DEBUG|EDOKA|Start
|
||||
2024-09-18 08:16:46.7388|DEBUG|EDOKA|
|
||||
2024-09-18 08:16:46.7388|DEBUG|EDOKA|
|
||||
2024-09-18 08:16:46.7388|DEBUG|EDOKA|
|
||||
2024-09-18 08:16:46.7546|DEBUG|EDOKA|
|
||||
2024-09-18 08:16:46.7756|DEBUG|EDOKA|
|
||||
2024-09-18 08:16:46.8409|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 08:17:46.8321|DEBUG|EDOKA|
|
||||
2024-09-18 08:18:46.8309|DEBUG|EDOKA|
|
||||
2024-09-18 08:25:17.2929|DEBUG|EDOKA|Start
|
||||
2024-09-18 08:25:17.3275|DEBUG|EDOKA|
|
||||
2024-09-18 08:25:17.3325|DEBUG|EDOKA|
|
||||
2024-09-18 08:25:17.3325|DEBUG|EDOKA|
|
||||
2024-09-18 08:25:17.3325|DEBUG|EDOKA|
|
||||
2024-09-18 08:25:17.3587|DEBUG|EDOKA|
|
||||
2024-09-18 08:25:17.4262|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 08:26:17.4269|DEBUG|EDOKA|
|
||||
2024-09-18 08:27:17.4248|DEBUG|EDOKA|
|
||||
2024-09-18 08:28:17.4279|DEBUG|EDOKA|
|
||||
2024-09-18 08:29:17.4255|DEBUG|EDOKA|
|
||||
2024-09-18 08:30:36.5006|DEBUG|EDOKA|
|
||||
2024-09-18 08:31:17.4270|DEBUG|EDOKA|
|
||||
2024-09-18 08:32:17.4244|DEBUG|EDOKA|
|
||||
2024-09-18 08:32:52.2543|DEBUG|EDOKA|Start
|
||||
2024-09-18 08:32:52.2979|DEBUG|EDOKA|
|
||||
2024-09-18 08:32:52.3010|DEBUG|EDOKA|
|
||||
2024-09-18 08:32:52.3010|DEBUG|EDOKA|
|
||||
2024-09-18 08:32:52.3010|DEBUG|EDOKA|
|
||||
2024-09-18 08:32:52.3285|DEBUG|EDOKA|
|
||||
2024-09-18 08:32:52.3925|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 08:33:52.3951|DEBUG|EDOKA|
|
||||
2024-09-18 08:35:11.1896|DEBUG|EDOKA|Start
|
||||
2024-09-18 08:35:11.2526|DEBUG|EDOKA|
|
||||
2024-09-18 08:35:11.2526|DEBUG|EDOKA|
|
||||
2024-09-18 08:35:11.2526|DEBUG|EDOKA|
|
||||
2024-09-18 08:35:11.2526|DEBUG|EDOKA|
|
||||
2024-09-18 08:35:11.2829|DEBUG|EDOKA|
|
||||
2024-09-18 08:35:11.3536|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 08:36:11.3475|DEBUG|EDOKA|
|
||||
2024-09-18 08:37:11.3464|DEBUG|EDOKA|
|
||||
2024-09-18 08:38:11.3451|DEBUG|EDOKA|
|
||||
2024-09-18 08:39:11.3501|DEBUG|EDOKA|
|
||||
2024-09-18 08:40:13.9475|DEBUG|EDOKA|
|
||||
2024-09-18 09:12:44.7519|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:12:44.8159|DEBUG|EDOKA|
|
||||
2024-09-18 09:12:44.8159|DEBUG|EDOKA|
|
||||
2024-09-18 09:12:44.8159|DEBUG|EDOKA|
|
||||
2024-09-18 09:12:44.8159|DEBUG|EDOKA|
|
||||
2024-09-18 09:12:44.8469|DEBUG|EDOKA|
|
||||
2024-09-18 09:12:44.9179|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:13:08.0508|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:13:08.1111|DEBUG|EDOKA|
|
||||
2024-09-18 09:13:08.1111|DEBUG|EDOKA|
|
||||
2024-09-18 09:13:08.1111|DEBUG|EDOKA|
|
||||
2024-09-18 09:13:08.1111|DEBUG|EDOKA|
|
||||
2024-09-18 09:13:08.1391|DEBUG|EDOKA|
|
||||
2024-09-18 09:13:08.2004|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:14:16.1006|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:14:16.1634|DEBUG|EDOKA|
|
||||
2024-09-18 09:14:16.1634|DEBUG|EDOKA|
|
||||
2024-09-18 09:14:16.1634|DEBUG|EDOKA|
|
||||
2024-09-18 09:14:16.1634|DEBUG|EDOKA|
|
||||
2024-09-18 09:14:16.1894|DEBUG|EDOKA|
|
||||
2024-09-18 09:14:16.2500|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:16:14.9000|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:16:14.9625|DEBUG|EDOKA|
|
||||
2024-09-18 09:16:14.9625|DEBUG|EDOKA|
|
||||
2024-09-18 09:16:14.9625|DEBUG|EDOKA|
|
||||
2024-09-18 09:16:14.9726|DEBUG|EDOKA|
|
||||
2024-09-18 09:16:14.9896|DEBUG|EDOKA|
|
||||
2024-09-18 09:16:15.0563|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:17:25.6444|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:17:25.7188|DEBUG|EDOKA|
|
||||
2024-09-18 09:17:25.7218|DEBUG|EDOKA|
|
||||
2024-09-18 09:17:25.7218|DEBUG|EDOKA|
|
||||
2024-09-18 09:17:25.7218|DEBUG|EDOKA|
|
||||
2024-09-18 09:17:25.7490|DEBUG|EDOKA|
|
||||
2024-09-18 09:17:25.8120|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:18:25.8009|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:25.0409|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:20:25.1042|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:25.1042|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:25.1042|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:25.1167|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:25.1348|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:25.1970|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:20:42.4898|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:20:42.5528|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:42.5528|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:42.5528|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:42.5653|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:42.5823|DEBUG|EDOKA|
|
||||
2024-09-18 09:20:42.6433|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:21:42.6482|DEBUG|EDOKA|
|
||||
2024-09-18 09:22:42.6468|DEBUG|EDOKA|
|
||||
2024-09-18 09:23:42.6458|DEBUG|EDOKA|
|
||||
2024-09-18 09:24:42.6445|DEBUG|EDOKA|
|
||||
2024-09-18 09:25:42.6446|DEBUG|EDOKA|
|
||||
2024-09-18 09:26:42.6430|DEBUG|EDOKA|
|
||||
2024-09-18 09:27:42.6424|DEBUG|EDOKA|
|
||||
2024-09-18 09:28:42.6429|DEBUG|EDOKA|
|
||||
2024-09-18 09:29:42.6447|DEBUG|EDOKA|
|
||||
2024-09-18 09:30:42.6451|DEBUG|EDOKA|
|
||||
2024-09-18 09:31:42.6445|DEBUG|EDOKA|
|
||||
2024-09-18 09:32:42.6435|DEBUG|EDOKA|
|
||||
2024-09-18 09:38:42.3942|DEBUG|EDOKA|Start
|
||||
2024-09-18 09:38:42.4568|DEBUG|EDOKA|
|
||||
2024-09-18 09:38:42.4568|DEBUG|EDOKA|
|
||||
2024-09-18 09:38:42.4568|DEBUG|EDOKA|
|
||||
2024-09-18 09:38:42.4738|DEBUG|EDOKA|
|
||||
2024-09-18 09:38:42.4938|DEBUG|EDOKA|
|
||||
2024-09-18 09:38:42.5564|DEBUG|EDOKA|Start - Ende
|
||||
2024-09-18 09:39:42.5510|DEBUG|EDOKA|
|
||||
2024-09-18 09:40:42.5502|DEBUG|EDOKA|
|
||||
2024-09-18 09:41:42.5512|DEBUG|EDOKA|
|
||||
2024-09-18 09:42:42.5528|DEBUG|EDOKA|
|
||||
2024-09-18 09:43:42.5552|DEBUG|EDOKA|
|
||||
2024-09-18 09:44:42.5497|DEBUG|EDOKA|
|
||||
2024-09-18 09:45:49.2443|DEBUG|EDOKA|
|
||||
2024-09-18 09:46:42.5505|DEBUG|EDOKA|
|
||||
2024-09-18 09:47:42.5502|DEBUG|EDOKA|
|
||||
2024-09-18 09:48:42.5520|DEBUG|EDOKA|
|
||||
2024-09-18 09:49:42.5506|DEBUG|EDOKA|
|
||||
2024-09-18 09:50:42.5529|DEBUG|EDOKA|
|
||||
2024-09-18 09:51:42.5511|DEBUG|EDOKA|
|
||||
2024-09-18 09:52:42.5516|DEBUG|EDOKA|
|
||||
2024-09-18 09:53:42.5492|DEBUG|EDOKA|
|
||||
2024-09-18 09:54:42.5529|DEBUG|EDOKA|
|
||||
2024-09-18 09:55:42.5514|DEBUG|EDOKA|
|
||||
2024-09-18 09:56:42.5495|DEBUG|EDOKA|
|
||||
|
||||
Reference in New Issue
Block a user