Bin und Debug

This commit is contained in:
Developer01
2025-09-19 13:06:44 +02:00
parent 3901fdc3a5
commit 2332f64748
853 changed files with 2817295 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,809 @@
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assembly>
<name>DevExpress.Data.Desktop.v21.2</name>
</assembly>
<members>
<member name="N:DevExpress.Data.Camera">
<summary>
<para>Provides types that describe video capture devices and video properties.</para>
</summary>
</member>
<member name="T:DevExpress.Data.Camera.CameraDeviceBase">
<summary>
<para>The base class for classes that describe video capture devices.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.#ctor(DevExpress.Data.Camera.CameraDeviceInfo)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.CameraDeviceBase"/> class with the specified settings.</para>
</summary>
<param name="deviceInfo">An object that comprises system information about the video capture device.</param>
</member>
<member name="P:DevExpress.Data.Camera.CameraDeviceBase.DeviceMoniker">
<summary>
<para>Gets the string representation of the moniker for the current device.</para>
</summary>
<value>A String value that specifies the string representation of the moniker for the current device.</value>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.Dispose">
<summary>
<para>Disposes of the current object and releases all the allocated resources.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current object.</para>
</summary>
<param name="obj">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.GetAvailableResolutions">
<summary>
<para>Returns the list of video resolutions available on the current device.</para>
</summary>
<returns>The list of video resolutions available on the current device.</returns>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.GetAvailiableResolutions">
<summary>
<para>Returns the list of video resolutions available on the current device.</para>
</summary>
<returns>The list of video resolutions available on the current device.</returns>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.GetHashCode">
<summary>
<para>Returns the hash code for the current <see cref="T:DevExpress.Data.Camera.CameraDeviceBase"/> object.</para>
</summary>
<returns>The hash code for the current <see cref="T:DevExpress.Data.Camera.CameraDeviceBase"/> object.</returns>
</member>
<member name="P:DevExpress.Data.Camera.CameraDeviceBase.IsBusy">
<summary>
<para>Gets whether the video capture device is already in use in another application.</para>
</summary>
<value>true, the video capture device is already in use in another application; otherwise, false.</value>
</member>
<member name="P:DevExpress.Data.Camera.CameraDeviceBase.IsRunning">
<summary>
<para>Gets whether the device is currently capturing video.</para>
</summary>
<value>true, if the device is currently capturing video; otherwise, false.</value>
</member>
<member name="P:DevExpress.Data.Camera.CameraDeviceBase.Name">
<summary>
<para>Gets the UI display name of the video capture device.</para>
</summary>
<value>A String value that specifies the UI display name of the video capture device.</value>
</member>
<member name="P:DevExpress.Data.Camera.CameraDeviceBase.Resolution">
<summary>
<para>Gets or sets the resolution of a video stream captured by the current device.</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure that specifies the resolution of a video stream captured by the current device.</value>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.SetClient(DevExpress.Data.Camera.Interfaces.ICameraDeviceClient)">
<summary>
<para>Sets the ICameraDeviceClient object that processes the video from the current capture device.</para>
</summary>
<param name="client">An ICameraDeviceClient object that processes the video from the current capture device.</param>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.Start">
<summary>
<para>Starts capturing video from the current device.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.Stop">
<summary>
<para>Stops capturing video from the current device.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.TakeSnapshot">
<summary>
<para>Returns the video frame currently captured by the device.</para>
</summary>
<returns>A <see cref="T:System.Drawing.Bitmap"/> object that is the video frame currently captured by the device.</returns>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceBase.WndProc(System.Windows.Forms.Message@)">
<summary>
<para>Processes Windows messages.</para>
</summary>
<param name="m">The Windows Message to process.</param>
</member>
<member name="T:DevExpress.Data.Camera.CameraDeviceInfo">
<summary>
<para>Contains system information used to identify a video capture device.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceInfo.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.CameraDeviceInfo"/> class with the specified settings.</para>
</summary>
<param name="monikerString">A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the <see cref="F:DevExpress.Data.Camera.CameraDeviceInfo.MonikerString"/> field.</param>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceInfo.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.CameraDeviceInfo"/> class with the specified settings.</para>
</summary>
<param name="monikerString">A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the <see cref="F:DevExpress.Data.Camera.CameraDeviceInfo.MonikerString"/> field.</param>
<param name="name">A String value that specifies the UI display name of the video capture device. This value is assigned to the <see cref="F:DevExpress.Data.Camera.CameraDeviceInfo.Name"/> field.</param>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceInfo.CompareTo(System.Object)">
<summary>
<para>Compares the current instance with a specified object and indicates whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object.</para>
</summary>
<param name="value">An object to compare with the current instance.</param>
<returns>An integer value that specifies whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object.</returns>
</member>
<member name="F:DevExpress.Data.Camera.CameraDeviceInfo.MonikerString">
<summary>
<para>The string representation of the moniker for the video capture device.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Data.Camera.CameraDeviceInfo.Name">
<summary>
<para>The UI display name of the video capture device.</para>
</summary>
<value></value>
</member>
<member name="M:DevExpress.Data.Camera.CameraDeviceInfo.ToString">
<summary>
<para>Returns the UI display name of the video capture device.</para>
</summary>
<returns>A String value that is the UI display name of the video capture device.</returns>
</member>
<member name="T:DevExpress.Data.Camera.DeviceVideoProperty">
<summary>
<para>Describes a video property on a video capture device.</para>
</summary>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Default">
<summary>
<para>Gets the default value of the video property.</para>
</summary>
<value>An <see cref="T:System.Int32"/> value that specifies the default value of the video property.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoProperty.IsActive">
<summary />
<value></value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Max">
<summary>
<para>Gets the maximum value of the video property.</para>
</summary>
<value>An <see cref="T:System.Int32"/> value that specifies the maximum value of the video property.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Min">
<summary>
<para>Gets the minimum value of the video property.</para>
</summary>
<value>An <see cref="T:System.Int32"/> value that specifies the minimum value of the video property.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Name">
<summary>
<para>Gets the name of the video property.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the video property.</value>
</member>
<member name="E:DevExpress.Data.Camera.DeviceVideoProperty.PropertyChanged">
<summary>
<para>Occurs when a property value changes.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.DeviceVideoProperty.ResetToDefault">
<summary>
<para>Resets the video property value to its default.</para>
</summary>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoProperty.SteppingDelta">
<summary>
<para>Gets the step size for the video property. The step size is the smallest increment by which the property can change.</para>
</summary>
<value>An <see cref="T:System.Int32"/> value that specifies the step size for the video property.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Value">
<summary>
<para>Gets or sets the current setting of the video property.</para>
</summary>
<value>An <see cref="T:System.Int32"/> value that specifies the current setting of the video property.</value>
</member>
<member name="T:DevExpress.Data.Camera.DeviceVideoSettings">
<summary>
<para>Provides access to the video properties on a video capture device.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.DeviceVideoSettings.#ctor(DevExpress.Data.Camera.Interfaces.ICameraDeviceClient)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.DeviceVideoSettings"/> class with the specified settings.</para>
</summary>
<param name="client">An ICameraDeviceClient object that processes the video stream received from a video capture device.</param>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.BacklightCompensation">
<summary>
<para>Provides access to the video property that specifies the backlight compensation setting.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the backlight compensation setting.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Brightness">
<summary>
<para>Provides access to the video property that specifies the brightness, also called the black level.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the brightness, also called the black level.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.ColorEnable">
<summary>
<para>Provides access to the video property that specifies the color enable setting.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the color enable setting.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Contrast">
<summary>
<para>Provides access to the video property that specifies the contrast.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the contrast.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Gain">
<summary>
<para>Provides access to the video property that specifies the gain adjustment.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the gain adjustment.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Gamma">
<summary>
<para>Provides access to the video property that specifies the gamma.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the gamma.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Hue">
<summary>
<para>Provides access to the video property that specifies the hue.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the hue.</value>
</member>
<member name="E:DevExpress.Data.Camera.DeviceVideoSettings.PropertyChanged">
<summary>
<para>Occurs when a property value changes.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Camera.DeviceVideoSettings.ResetToDefaults">
<summary>
<para>Resets the video properties to their defaults.</para>
</summary>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Saturation">
<summary>
<para>Provides access to the video property that specifies the saturation.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the saturation.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Sharpness">
<summary>
<para>Provides access to the video property that specifies the sharpness.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the sharpness.</value>
</member>
<member name="P:DevExpress.Data.Camera.DeviceVideoSettings.WhiteBalance">
<summary>
<para>Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the white balance, as a color temperature in degrees Kelvin.</value>
</member>
<member name="N:DevExpress.Data.Controls">
<summary />
</member>
<member name="T:DevExpress.Data.Controls.ControlRows">
<summary />
</member>
<member name="F:DevExpress.Data.Controls.ControlRows.Selected">
<summary>
<para>The Chart Control visualizes data rows that are selected within a source control.</para>
</summary>
</member>
<member name="F:DevExpress.Data.Controls.ControlRows.Source">
<summary>
<para>The Chart Control visualizes a source controls all data rows.</para>
</summary>
</member>
<member name="F:DevExpress.Data.Controls.ControlRows.Visible">
<summary>
<para>The Chart Control visualizes data rows that the source control filters.</para>
</summary>
</member>
<member name="T:DevExpress.Data.Controls.ControlRowSource">
<summary />
</member>
<member name="M:DevExpress.Data.Controls.ControlRowSource.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Data.Controls.ControlRowSource"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Data.Controls.ControlRowSource.Control">
<summary>
<para>Gets or sets the control that provides its data rows to another control.</para>
</summary>
<value>The control that provides its data rows to another control.</value>
</member>
<member name="P:DevExpress.Data.Controls.ControlRowSource.ControlRows">
<summary>
<para>Gets or sets the type of rows that the source control provides.</para>
</summary>
<value>The type of rows that the source control provides.</value>
</member>
<member name="E:DevExpress.Data.Controls.ControlRowSource.PropertyChanged">
<summary>
<para>Occurs every time any of the class properties has changed its value.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Controls.ControlRowSource.ReloadRows(System.Boolean)">
<summary>
<para>Reloads data rows from the source control.</para>
</summary>
<param name="raiseList">The value indicating whether the PropertyChanged event should be raised.</param>
</member>
<member name="T:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs">
<summary />
</member>
<member name="M:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs.#ctor(DevExpress.Data.Controls.ControlRows)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="changedRows">The value indicating the currently provided data row type.</param>
</member>
<member name="P:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs.ChangedRows">
<summary>
<para>Returns the type of changed rows.</para>
</summary>
<value>The type of changed rows.</value>
</member>
<member name="T:DevExpress.Data.Controls.ControlRowSourceChangedEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:DevExpress.Data.Controls.IControlRowSource.Changed"/> event.</para>
</summary>
<param name="sender">An object of any type that triggers the <see cref="E:DevExpress.Data.Controls.IControlRowSource.Changed"/> event.</param>
<param name="e">Event arguments that provide data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> event.</param>
</member>
<member name="T:DevExpress.Data.Controls.IControlRowSource">
<summary />
</member>
<member name="E:DevExpress.Data.Controls.IControlRowSource.Changed">
<summary>
<para>Occurs every time the data source is changed.</para>
</summary>
</member>
<member name="M:DevExpress.Data.Controls.IControlRowSource.GetRows(DevExpress.Data.Controls.ControlRows)">
<summary>
<para>Returns data rows of the specified row type.</para>
</summary>
<param name="rows">The requested row type.</param>
<returns>Data rows of the specified row type.</returns>
</member>
<member name="P:DevExpress.Data.Controls.IControlRowSource.RowSource">
<summary>
<para>Returns the data row source.</para>
</summary>
<value>The data row source.</value>
</member>
<member name="N:DevExpress.Printing">
<summary>
<para>Contains classes that provide the basic printing functionality.</para>
</summary>
</member>
<member name="T:DevExpress.Printing.PrinterItem">
<summary>
<para>Provides settings for a printer.</para>
</summary>
</member>
<member name="M:DevExpress.Printing.PrinterItem.#ctor(System.Printing.PrintQueue,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Printing.PrinterItem"/> class with specified settings.</para>
</summary>
<param name="printQueue"></param>
<param name="isFax"></param>
<param name="isNetwork"></param>
<param name="isDefault"></param>
<param name="isOffline"></param>
</member>
<member name="M:DevExpress.Printing.PrinterItem.#ctor(System.String,System.String,System.String,System.String,System.String,DevExpress.Printing.Native.PrintEditor.PrinterStatus)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Printing.PrinterItem"/> class with specified settings.</para>
</summary>
<param name="fullName"></param>
<param name="displayName"></param>
<param name="location"></param>
<param name="comment"></param>
<param name="printerDocumentsInQueue"></param>
<param name="status"></param>
</member>
<member name="P:DevExpress.Printing.PrinterItem.Comment">
<summary>
<para>Gets a comment about a printer.</para>
</summary>
<value>A string that specifies the comment about the printer.</value>
</member>
<member name="P:DevExpress.Printing.PrinterItem.DisplayName">
<summary>
<para>Gets the printer display name.</para>
</summary>
<value>A string that specifies the printer display name.</value>
</member>
<member name="P:DevExpress.Printing.PrinterItem.FullName">
<summary>
<para>Gets the printer full name.</para>
</summary>
<value>A string that specifies the printer name.</value>
</member>
<member name="P:DevExpress.Printing.PrinterItem.Location">
<summary>
<para>Gets the printer location.</para>
</summary>
<value>A string that specifies the printer location.</value>
</member>
<member name="P:DevExpress.Printing.PrinterItem.PrinterDocumentsInQueue">
<summary>
<para>Gets information on documents in the print queue.</para>
</summary>
<value>A string that specifies the documents in the print queue.</value>
</member>
<member name="P:DevExpress.Printing.PrinterItem.PrinterType">
<summary>
<para>Gets the printer type.</para>
</summary>
<value>The printer type.</value>
</member>
<member name="P:DevExpress.Printing.PrinterItem.Status">
<summary>
<para>Gets the printer status.</para>
</summary>
<value>A string that specifies the printer status.</value>
</member>
<member name="N:DevExpress.Xpf.Core">
<summary>
<para>Contains common utility classes used by WPF controls and components from DevExpress.</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Core.ApplicationThemeHelper">
<summary>
<para>An abstract class that provides access to an applications theme settings.</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.ApplicationThemeName">
<summary>
<para>Gets or sets the name of the theme applied to the entire application.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the theme name.</value>
</member>
<member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.ConfigurationUserLevel">
<summary />
<value></value>
</member>
<member name="M:DevExpress.Xpf.Core.ApplicationThemeHelper.SaveApplicationThemeName">
<summary>
<para>Saves the current theme name to the application configuration file.</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Core.ApplicationThemeHelper.UpdateApplicationThemeName">
<summary>
<para>Loads the theme name from the application configuration file.</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.UseDefaultSvgImages">
<summary />
<value></value>
</member>
<member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.UseLegacyDefaultTheme">
<summary>
<para>Specifies whether the application should use the legacy default theme (“DeepBlue”).</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Xpf.Core.CompatibilityMode">
<summary>
<para>Lists the values that specify the compatibility settings version.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.Latest">
<summary>
<para>The DevExpress WPF controls function like in the latest version.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v17_2">
<summary>
<para>The DevExpress WPF controls function like in v17.2.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v18_1">
<summary>
<para>The DevExpress WPF controls function like in v18.1.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v18_2">
<summary>
<para>The DevExpress WPF controls function like in v18.2.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v19_1">
<summary>
<para>The DevExpress WPF controls function like in v19.1.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v19_2">
<summary>
<para>The DevExpress WPF controls function like in v19.2.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v20_1">
<summary>
<para>The DevExpress WPF controls function like in v20.1.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v20_2">
<summary />
</member>
<member name="F:DevExpress.Xpf.Core.CompatibilityMode.v21_1">
<summary />
</member>
<member name="T:DevExpress.Xpf.Core.CompatibilitySettings">
<summary>
<para>Provides access to compatibility settings.</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowAccessibilityAlerts">
<summary />
<value></value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowEditTextExpressionInFormatRule">
<summary>
<para>Gets or sets whether users can edit a format conditions expression text.</para>
</summary>
<value>true to allow users to edit a format conditions expression text; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowEditValueBindingInInplaceEditors">
<summary>
<para>Gets or sets whether the GridControls logic of getting/setting the editors value is enabled.</para>
</summary>
<value>true, if the GridControls logic of getting/setting the editors value is enabled; otherwise, false.The default value is true.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowGlyphRunRenderingInInplaceEditors">
<summary>
<para>Gets or sets whether to use the GlyphRun engine to render text in cell editors.</para>
</summary>
<value>true to use the GlyphRun engine; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowLookupGridFiltering">
<summary>
<para>Gets or sets whether to allow users to filter grid values in the Drop-down Filter and Filter Editor when the <see cref="T:DevExpress.Xpf.Grid.GridControl"/> is in the <see cref="T:DevExpress.Xpf.Grid.LookUp.LookUpEdit"/>.</para>
</summary>
<value>true to allow users to filter grid values in the Drop-down Filter and Filter Editor when the <see cref="T:DevExpress.Xpf.Grid.GridControl"/> is in the <see cref="T:DevExpress.Xpf.Grid.LookUp.LookUpEdit"/>; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowRecyclingRibbonItems">
<summary>
<para>Gets or sets whether ribbon controls should attempt to re-use existing link control (LightweightBarItemLinkControl, BarButtonItemLinkControl, BarCheckItemLinkControl, and so on) objects to enhance merging performance.</para>
</summary>
<value>true, to re-use an existing link control; otherwise false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.CompatibilityMode">
<summary>
<para>Gets or sets the controls compatibility mode.</para>
</summary>
<value>A compatibility mode.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.ConvertOccurrenceToNormalWhenDragBetweenResources">
<summary>
<para>Specifies whether a recurring appointment is converted to a normal appointment when an end-user drags and drops it to another resource.</para>
</summary>
<value>True, if a recurring appointment is converted to normal after a drag-and-drop operation to another resource; otherwise, false. Default is false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.DXBindingResolvingMode">
<summary>
<para>Gets or sets a value that specifies how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions.</para>
</summary>
<value>Any of the <see cref="T:DevExpress.Xpf.Core.DXBindingResolvingMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.EnableDPICorrection">
<summary>
<para>Gets or sets whether to enable DPI correction to improve layout rendering.</para>
</summary>
<value>true, to enable DPI correction; otherwise false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.HideInsignificantPartsOnlyInTimeSpanMask">
<summary>
<para>Gets or sets whether TimeSpan masks should hide optional segments.</para>
</summary>
<value>false to hide optional segments in TimeSpan masks; otherwise true.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.LegacyDefaultTheme">
<summary>
<para>Specifies a legacy default theme which the application should use.</para>
</summary>
<value>A legacy default theme.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.MakeGetWindowReturnActualFloatPanelWindow">
<summary>
<para>Gets or sets whether the Window.GetWindow() method should return the floating windows position in relation to the main windows position (where the DockLayoutManager manager is placed).</para>
</summary>
<value>true to return a floating windows related prosition; otherwise false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.MaskUpdateSelectionOnMouseUp">
<summary>
<para>Gets or sets whether editors should automatically update their selection to highlight a selected mask part that a user can edit.</para>
</summary>
<value>true, to update editor selection to highlight a selected mask part that a user can edit; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.PrioritizeIListSourceInDiagramDataBinding">
<summary>
<para>Specifies whether the DiagramControls data binding engine prioritizes the IListSource interface over the IEnumerable.</para>
</summary>
<value>true, to prioritize the IListSource interface; false, to prioritize the IEnumerable interface.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.RenderPDFPageContentWithDirectX">
<summary>
<para>Gets or sets whether to render page content with DirectX.</para>
</summary>
<value>true, to enable DirectX page content rendering; false, to render page content with GDI/GDI+. The default is true.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.SchedulerAppearanceStyle">
<summary>
<para>Gets or sets the SchedulerControl UI style.</para>
</summary>
<value>By default, Outlook2019.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.ShowSchedulerDateNavigationPanel">
<summary>
<para>Specifies whether to display the Date Navigation Panel by default.</para>
</summary>
<value>true, to display the WPF Schedulers Date Navigation Panel by default, otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.TrackBarEditIsMoveToPointEnabled">
<summary>
<para>Gets or sets whether TrackBarEdit should increment or decrement its value when a user clicked a line next to the thumb.</para>
</summary>
<value>true to increment or decrement TrackBarEdit value when a user clicks a line next to the thumb; otherwise false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseDateNavigatorInDateEdit">
<summary>
<para>Specifies whether to use the <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator"/> control to render the <see cref="T:DevExpress.Xpf.Editors.DateEdit"/>s dropdown window.</para>
</summary>
<value>true to use the DateNavigator in the DateEdits dropdown; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseFriendlyDateRangePresentation">
<summary>
<para>Gets or sets whether the Between Dates and On Dates date operators are used.</para>
</summary>
<value>true, to use the Between Dates and On Dates date operators; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyCalendarInDateNavigator">
<summary>
<para>Gets or sets whether the legacy calendar is used in the <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator"/>.</para>
</summary>
<value>true, to use the legacy calendar; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyColumnFilterPopup">
<summary>
<para>Gets or sets whether the legacy drop-down filter is used.</para>
</summary>
<value>true, to use the legacy drop-down filter; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyDeleteButtonInButtonEdit">
<summary>
<para>Gets or sets whether to use the legacy Null Value button in the ButtonEdit editor and its descendants.</para>
</summary>
<value>true, to use the legacy Null Value button; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyFilterEditor">
<summary>
<para>Gets or sets whether the legacy filter editor is used.</para>
</summary>
<value>true, to use the legacy filter editor; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyFilterPanel">
<summary>
<para>Gets or sets whether to use the legacy filter panel.</para>
</summary>
<value>true, to use the legacy filter panel; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyQueryIntervalCalculation">
<summary>
<para>Specifies whether to calculate <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryStart"/> and <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryEnd"/> individually for each <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>s occurrence.</para>
</summary>
<value>true, to calculate QueryStart and QueryEnd individually for each occurrence; false, to use the patterns QueryStart and QueryEnd for changed and deleted occurrences.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacySchedulerCellDecoration">
<summary>
<para>Specifies whether to use decoration panels to draw the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>s elements.</para>
</summary>
<value>true, to use the legacy mechanism affected by the CellControls customization properties; false, to use decoration panels.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacySchedulerTimelineViewMode">
<summary>
<para>Specifies whether to revert to the legacy Timeline view.</para>
</summary>
<value>true, to revert to the legacy Timeline view; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLightweightBarItems">
<summary>
<para>Gets or sets whether optimized mode should be enabled for all items. This property should be set at the applications startup before loading bar components.</para>
</summary>
<value>true to enable optimized mode for all items; otherwise false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLightweightTemplatesInStandardButtons">
<summary>
<para>Gets or sets whether the dx:ButtonThemeKey resource containing the Button template should use the ResourceKey=ButtonControlTemplate.</para>
</summary>
<value>true, to use ResourceKey=ButtonControlTemplate in the dx:ButtonThemeKey resource; otherwise false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseRibbonDeferredPageMerging">
<summary>
<para>Gets or sets whether to enable a ribbons deferred page merging.</para>
</summary>
<value>true to merge ribbons page content only when a user opens the page; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedMessageBoxInServices">
<summary>
<para>Gets or sets whether to use the ThemedMessageBox instead of DXMessageBox in WindowService, DialogService, and WindowedDocumentUIService.</para>
</summary>
<value>true, to use the ThemedMessageBox; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedWaitIndicatorInSplashScreen">
<summary>
<para>Specifies whether to revert to the Wait Indicator control that uses the theme resources.</para>
</summary>
<value>true, to revert to the Wait Indicator control that uses the theme resources; otherwise, false. The default value is false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedWindowInServices">
<summary>
<para>Gets or sets whether to use the <see cref="T:DevExpress.Xpf.Core.ThemedWindow"/> instead of <see cref="T:DevExpress.Xpf.Core.DXWindow"/> in WindowService, DialogService, and WindowedDocumentUIService.</para>
</summary>
<value>true, to use the <see cref="T:DevExpress.Xpf.Core.ThemedWindow"/>; otherwise, false.</value>
</member>
<member name="P:DevExpress.Xpf.Core.CompatibilitySettings.ValueAfterDeleteInNumericMask">
<summary>
<para>Specifies whether editors set the 0 (zero) or null value after the last digit is removed.</para>
</summary>
<value>A mode that specifies whether editors set the 0 (zero) or null value after the last digit is removed.</value>
</member>
<member name="T:DevExpress.Xpf.Core.DXBindingResolvingMode">
<summary>
<para>Lists values that specify how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.DXBindingResolvingMode.DynamicTyping">
<summary>
<para>The DXBinding, DXCommand and DXEvent markup extensions interpret their expressions that allows them using dynamic typization, so you do no need to cast values.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.DXBindingResolvingMode.LegacyStaticTyping">
<summary>
<para>The DXBinding, DXCommand and DXEvent markup extensions compile their expressions thus using static typization, so you do need to cast values.</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Core.LegacyDefaultTheme">
<summary>
<para>Lists legacy default themes.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.LegacyDefaultTheme.DeepBlue">
<summary>
<para>The DeepBlue legacy default theme. The theme was default in the v16.1 WPF Controls and prior.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.LegacyDefaultTheme.Office2016White">
<summary>
<para>The Office2016White legacy default theme. The theme was default in the v20.1 WPF Controls and prior.</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Core.ValueAfterDeleteMode">
<summary>
<para>Lists the values that specify the <see cref="P:DevExpress.Xpf.Editors.NumericMaskOptions.ValueAfterDelete"/> property.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.ValueAfterDeleteMode.Null">
<summary>
<para>When a user removes the last digit, the editor value becomes null.</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Core.ValueAfterDeleteMode.ZeroThenNull">
<summary>
<para>When a user removes the last digit, the editor value becomes 0 (zero). If a user presses the Backspace or Delete key to remove this zero, the editor value becomes null.</para>
</summary>
</member>
</members>
</doc>

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,481 @@
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assembly>
<name>DevExpress.Sparkline.v21.2.Core</name>
</assembly>
<members>
<member name="N:DevExpress.Sparkline">
<summary>
<para>Contains classes required for DevExpress sparklines.</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.AreaSparklineView">
<summary>
<para>The Area sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
<summary>
<para>Specifies the opacity (0-255) of the area sparkline.</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from 0 (transparent) to 255 (opaque).</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing 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 Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object.</para>
</summary>
<param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineView">
<summary>
<para>The Bar sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.BarSparklineView"/> class with the default settings.</para>
</summary>
</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 Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.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.BarSparklineViewBase">
<summary>
<para>The base for Bar and WinLoss sparkline views.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.BarSparklineViewBase"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.BarSparklineViewBase"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing 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.ISparklineViewVisitor">
<summary>
<para>Interface implementing the Visitor pattern.</para>
</summary>
</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.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.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.LineSparklineView">
<summary>
<para>The Line sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.LineSparklineView"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualEndPointMarkerSize">
<summary />
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualLineWidth">
<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 />
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMaxPointMarkerSize">
<summary />
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMinPointMarkerSize">
<summary />
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualNegativePointMarkerSize">
<summary />
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualStartPointMarkerSize">
<summary />
<value></value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing 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>True to apply anti-aliasing to the line view; False to disable anti-aliasing.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
<summary>
<para>Gets or sets the size of an end points marker.</para>
</summary>
<value>An integer value specifying the marker size, in pixels.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
<summary>
<para>Specifies the width of a line in a <see cref="T:DevExpress.Sparkline.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 />
<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>true to show markers for each data point; false to hide them.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
<summary>
<para>Gets or sets the size of a start points 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 Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.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.SparklineRange">
<summary>
<para>Represents a range to be used in DevExpress Sparkline controls.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.SparklineRange"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.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="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>true to calculate range limits automatically; false 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 <see cref="T:DevExpress.Sparkline.SparklineRange"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
<summary>
<para>Returns the textual representation of the <see cref="T:DevExpress.Sparkline.SparklineRange"/>.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.Sparkline.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 <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing 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>true, to highlight the end point; otherwise, false.</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>true, to highlight a point with the maximum value; otherwise, false.</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>true, to highlight a point with the minimum value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightNegativePoints">
<summary />
<value></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>true, to highlight the start point; otherwise, false.</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 <see cref="T:DevExpress.Sparkline.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 <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object.</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents the <see cref="T:DevExpress.Sparkline.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 Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.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.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 area.</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
<summary>
<para>Sparkline data points are represented as bars.</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
<summary>
<para>Sparkline data points are represented as a line.</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
<summary>
<para>Sparkline data points are represented as win and loss squares.</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
<summary>
<para>The WinLoss sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.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 Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object.</para>
</summary>
<param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
</member>
</members>
</doc>

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,67 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Controls.LookupGrid
</name>
</assembly>
<members>
<member name="T:DigitalData.Controls.LookupGrid.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.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.Controls.LookupGrid.My.Resources.Strings">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.My.Resources.Strings.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.My.Resources.Strings.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.My.Resources.Strings.LookupControl_NoRecords">
<summary>
Looks up a localized string similar to Keine Datensätze ausgewählt.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.My.Resources.Strings.LookupControl_NRecords">
<summary>
Looks up a localized string similar to {0} Datensätze ausgewählt.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.My.Resources.Strings.PopupForm_Text">
<summary>
Looks up a localized string similar to Bitte wählen Sie einen Wert aus:.
</summary>
</member>
<member name="P:DigitalData.Controls.LookupGrid.My.Resources.Strings.PopupForm_TextMultiselect">
<summary>
Looks up a localized string similar to Bitte wählen Sie einen oder mehrere Werte aus:.
</summary>
</member>
<member name="M:DigitalData.Controls.LookupGrid.RepositoryItemLookupControl3.HandleEditValueChanging(System.Object,DevExpress.XtraEditors.Controls.ChangingEventArgs)">
<summary>
Prevents Editvalue changing when multiselect is true
</summary>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,361 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Base
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Base.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Base.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.Base.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.Base.BaseClass">
<summary>
BaseClass that sets up a Logger.
</summary>
</member>
<member name="T:DigitalData.Modules.Base.Encryption">
<summary>
https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp
</summary>
</member>
<member name="M:DigitalData.Modules.Base.DatabaseEx.NotNull``1(System.Data.DataRow,System.String,``0)">
<summary>
TODO: Deprecate
Checks a Row value for three different `null` values,
Nothing, Empty String, DBNull
Returns the original value if the value is not null, or `defaultValue`
</summary>
<typeparam name="T">The type of the value</typeparam>
<param name="pRow">The DataRow that contains the value</param>
<param name="pColumn">The column name</param>
<param name="pDefaultValue">The default value</param>
<returns>The original value or the default value</returns>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.GetChecksum(System.String)">
<summary>
Reads the file at `FilePath` and computes a SHA256 Hash from its contents
</summary>
<param name="FilePath"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.GetVersionedFilename(System.String)">
<summary>
Adds file version string to given filename `Destination` if that file already exists.
</summary>
<param name="pFilePath">Filepath to check</param>
<returns>Versioned string</returns>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.GetVersionedFilenameWithFilecheck(System.String,System.Func{System.String,System.Boolean})">
<summary>
Adds file version string to given filename `Destination` if that file already exists.
</summary>
<param name="pFilePath">Filepath to check</param>
<param name="pFileExistsAction">Custom action to check for file existence</param>
<returns>Versioned string</returns>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.GetVersionedString(System.String)">
<summary>
Split String at version separator to:
check if string is already versioned,
get the string version of an already versioned string
</summary>
<example>
Examples:
test1.pdf --> test1 --> ['test1'] --> no fileversion
test1~2.pdf --> test1~2 --> ['test1', '2'] --> version 2
test1~12345~2.pdf --> test1~12345~2 --> ['test1', '12345', '2'] --> still version 2
somestring~3 --> somestring~3 --> ['somestring', '3'] --> version 3
</example>
<param name="pString">The string to versioned</param>
<returns>Tuple of string and version</returns>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.RemoveFiles(System.String,System.Int32,System.String,System.String,System.Boolean)">
<summary>
Removes files in a directory filtered by filename, extension and last write date
</summary>
<param name="Path">The directory in which files will be deleted</param>
<param name="FileKeepTime">Only delete files which are older than x days. Must be between 0 and 1000 days.</param>
<param name="FileBaseName">A filename filter which will be checked</param>
<param name="FileExtension">A file extension which will be checked</param>
<param name="ContinueOnError">Should the function continue with deleting when a file could not be deleted?</param>
<returns>True if all files were deleted or if no files were deleted, otherwise false</returns>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.CopyDirectory(System.String,System.String,System.Boolean)">
<summary>
Copied from https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-copy-directories
</summary>
<param name="SourceDirName"></param>
<param name="DestDirName"></param>
<param name="CopySubDirs"></param>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.CreateDirectory(System.String,System.Boolean)">
<summary>
Tries to create a directory and returns its path.
Returns a temp path if `DirectoryPath` can not be created or written to.
</summary>
<param name="DirectoryPath">The directory to create</param>
<param name="TestWriteAccess">Should a write access test be performed?</param>
<returns>The used path</returns>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.TestFileIsLocked(System.String)">
<summary>
Checks if a file is locked, ie. in use by another process.
</summary>
<remarks>
https://docs.microsoft.com/en-us/dotnet/standard/io/handling-io-errors
https://stackoverflow.com/questions/876473/is-there-a-way-to-check-if-a-file-is-in-use
</remarks>
</member>
<member name="M:DigitalData.Modules.Base.FilesystemEx.TestFileSizeIsLessThanMaxFileSize(System.String,System.Int32)">
<summary>
Checks the size of the supplied file.
</summary>
<param name="pFilePath"></param>
<param name="pMaxFileSizeInMegaBytes"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Base.FileWatcher.HandleFileChanged(System.Object,System.IO.FileSystemEventArgs)">
<summary>
This may fire twice for a single save operation,
see: https://blogs.msdn.microsoft.com/oldnewthing/20140507-00/?p=1053/
</summary>
</member>
<member name="T:DigitalData.Modules.Base.FileWatcherFilters">
<summary>
Built-in filters for FileWatcher that are useful for correctly detecting changes on Office documents (currently Office 2016)
</summary>
</member>
<member name="T:DigitalData.Modules.Base.FileWatcherFilters.BaseFileFilter">
<summary>
Base Filter that all filters must inherit from
Provides two functions that may be overridden and some useful file extension lists
</summary>
</member>
<member name="T:DigitalData.Modules.Base.FileWatcherFilters.TempFileFilter">
<summary>
Simple Filter that filters changes made on temporary files
</summary>
</member>
<member name="T:DigitalData.Modules.Base.FileWatcherFilters.OfficeFileFilter">
<summary>
Filter to detect changes on Office files
</summary>
</member>
<member name="M:DigitalData.Modules.Base.ModuleExtensions.Truncate(System.String,System.Int32)">
<summary>
Truncates a string to the specified length if it exceeds that length.
</summary>
<param name="pString">The string</param>
<param name="pLength">The maximum string length</param>
<returns>The truncated string</returns>
</member>
<member name="M:DigitalData.Modules.Base.ModuleExtensions.EscapeForSQL(System.String)">
<summary>
Replaces single quotes in text for SQL Commands.
</summary>
<param name="pString">The string</param>
<returns>The escaped string.</returns>
</member>
<member name="M:DigitalData.Modules.Base.ModuleExtensions.ToBoolean(System.String)">
<summary>
Converts a string to boolean. Accepts true and 1 as truthy values
</summary>
<param name="pString">The input string</param>
<returns>True if input is true or 1, otherwise false.</returns>
</member>
<member name="M:DigitalData.Modules.Base.ModuleExtensions.IsNullOrEmpty(System.String)">
<summary>
Checks if a string is null or empty
</summary>
<param name="pString">The input string</param>
<returns>True string is null or empty, otherwise false.</returns>
</member>
<member name="M:DigitalData.Modules.Base.ModuleExtensions.IsNotNullOrEmpty(System.String)">
<summary>
Checks if a string is NOT null or empty
</summary>
<param name="pString">The input string</param>
<returns>True string is null or empty, otherwise false.</returns>
</member>
<member name="M:DigitalData.Modules.Base.FileEx.GetChecksumFromFileContents(System.String)">
<summary>
Reads the file at `FilePath` and computes a SHA256 Hash from its contents
</summary>
<param name="pFilePath"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Base.FileEx.GetDateDirectory(System.String,System.DateTime)">
<summary>
Returns a Dictionary path in the form of [Base]\[Year]\[Month]\[Day]
</summary>
<param name="pBaseDirectory">The basedirectory</param>
<param name="pDate">The date to be used</param>
<returns>The final directory path</returns>
</member>
<member name="M:DigitalData.Modules.Base.FileEx.GetDateDirectory(System.String)">
<summary>
Returns a Dictionary path in the form of [Base]\[Year]\[Month]\[Day] based on the current date
</summary>
<param name="pBaseDirectory">The basedirectory</param>
<returns>The final directory path</returns>
</member>
<member name="M:DigitalData.Modules.Base.FileEx.CreateDateDirectory(System.String,System.DateTime)">
<summary>
Creates a Dictionary in the form of [Base]\[Year]\[Month]\[Day]
</summary>
<param name="pBaseDirectory">The basedirectory</param>
<param name="pDate">The date to be used</param>
<returns>The created path. If the directory cannot be created, Nothing.</returns>
</member>
<member name="M:DigitalData.Modules.Base.FileEx.CreateDateDirectory(System.String)">
<summary>
Creates a Dictionary in the form of [Base]\[Year]\[Month]\[Day] based on the current date
</summary>
<param name="pBaseDirectory">The basedirectory</param>
<returns>The created path. If the directory cannot be created, Nothing.</returns>
</member>
<member name="M:DigitalData.Modules.Base.ObjectEx.NotNull``1(``0,``0)">
<summary>
Checks a value for three different `null` values,
Nothing, Empty String, DBNull
Returns the original value if the value is not null, or `defaultValue`
</summary>
<typeparam name="T">The type of the value</typeparam>
<param name="value">The value</param>
<param name="defaultValue">The default Value</param>
<returns>The original value or the default value</returns>
</member>
<member name="M:DigitalData.Modules.Base.ObjectEx.ToEnum``1(System.String)">
<summary>
Converts a String value to the given Enum
</summary>
<typeparam name="T">The Enum Type</typeparam>
<param name="value">The string value to convert</param>
</member>
<member name="M:DigitalData.Modules.Base.ObjectEx.ToEnum``1(System.Int32)">
<summary>
Converts an Integer value to the given Enum
</summary>
<typeparam name="T">The Enum Type</typeparam>
<param name="value">The integer value to convert</param>
</member>
<member name="M:DigitalData.Modules.Base.ObjectEx.ToEnum``1(System.Int64)">
<summary>
Converts a Long value to the given Enum
</summary>
<typeparam name="T">The Enum Type</typeparam>
<param name="value">The long value to convert</param>
</member>
<member name="M:DigitalData.Modules.Base.GraphicsEx.GetBrightness(System.Drawing.Color)">
<summary>
Returns the brightness of a color as a number between 0 and 1
</summary>
<param name="pColor">The color to check</param>
<returns>Low values for dark colors, high values for bright colors.</returns>
</member>
<member name="M:DigitalData.Modules.Base.GraphicsEx.GetContrastedColor(System.Drawing.Color)">
<summary>
Returns a foreground/text color of either black or white, depending on the brightness of `pOtherColor`
</summary>
<param name="pOtherColor">The Background color whose brightness is determined</param>
<returns>A text color which is either white or black</returns>
</member>
<member name="T:DigitalData.Modules.Base.LanguageEx">
<summary>
Functions relating to i18n, Cultures, Translations
</summary>
</member>
<member name="M:DigitalData.Modules.Base.LanguageEx.SetApplicationLanguage(DigitalData.Modules.Logging.Logger,System.String,System.String)">
<summary>
Sets the Language of the current thread by setting CurrentCulture and CurrentUICulture
</summary>
<param name="pLogger">A Logger instance</param>
<param name="pUserLanguage">A language code in the form of 'de-DE'</param>
<param name="pUserDateFormat">A custom date pattern</param>
</member>
<member name="M:DigitalData.Modules.Base.LanguageEx.LogApplicationLanguage(DigitalData.Modules.Logging.Logger)">
<summary>
Logs the culture settings of the current thread
</summary>
<param name="pLogger">A Logger instance</param>
</member>
<member name="M:DigitalData.Modules.Base.ScreenEx.IsVisibleOnAnyScreen(System.Drawing.Point)">
<summary>
Checks if a point is Visible on any screen
</summary>
</member>
<member name="M:DigitalData.Modules.Base.ScreenEx.SizeIsVisible(System.Drawing.Size)">
<summary>
Checks if Size is not negative
</summary>
</member>
<member name="M:DigitalData.Modules.Base.ScreenEx.LocationIsVisible(System.Drawing.Point)">
<summary>
Checks if Location is not negative
</summary>
</member>
<member name="M:DigitalData.Modules.Base.StringEx.ConvertTextToSlug(System.String)">
<summary>
Creates a "slug" from text that can be used as part of a valid URL.
Invalid characters are converted to hyphens. Punctuation that Is
perfect valid in a URL Is also converted to hyphens to keep the
result mostly text. Steps are taken to prevent leading, trailing,
And consecutive hyphens.
</summary>
<param name="s">The string to convert</param>
</member>
<member name="M:DigitalData.Modules.Base.StringEx.RemoveInvalidCharacters(System.String)">
<summary>
Removes Invalid characters from a string, suitable for file and path names
Removed characters are:
* Illegal File-characters
* Illegal Path-characters
* Unicode characters that classify as Emoji
* All characters above codepoint U+10000
See:
https://stackoverflow.com/questions/46905176/detecting-all-emojis
https://stackoverflow.com/questions/28023682/how-do-i-remove-emoji-characters-from-a-string
</summary>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Base.StringEx.GetShortGUID">
<summary>
Generates a random short (8 characters) guid
</summary>
<returns>The generated guid as a String</returns>
</member>
<member name="M:DigitalData.Modules.Base.StringEx.TestContainsInvalidCharacters(System.String)">
<summary>
Checks if string contains invalid characters
</summary>
<param name="pString"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Base.StringEx.GetChecksum(System.String)">
<summary>
Creates a hash using the SHA256 algorithm and returns it
</summary>
<param name="pStringToCheck">Any string</param>
<returns></returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,23 @@
<?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-7.5.0.0" newVersion="7.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>

View File

@@ -0,0 +1,335 @@
<?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="M:DigitalData.Modules.Database.Dispatcher.Create(DigitalData.Modules.Logging.LogConfig,System.String)">
<summary>
Create a new instance of Dispatcher. This is the preferred way to create the dispatcher.
</summary>
<param name="pLogConfig">An instance of LogConfig</param>
<param name="pConnectionString">Initial connectionstring for connecting to DD_ECM database.</param>
<returns>An instance of Dispatcher with connections</returns>
</member>
<member name="M:DigitalData.Modules.Database.Dispatcher.#ctor(DigitalData.Modules.Logging.LogConfig,System.Collections.Generic.List{DigitalData.Modules.Database.Dispatcher.DispatcherConnection})">
<summary>
Create a new instance of Dispatcher. Needs a manually constructed list of connection objects.
</summary>
<param name="pLogConfig">An instance of LogConfig</param>
<param name="pConnections">A list of DispatcherConnection objects</param>
<seealso cref="M:DigitalData.Modules.Database.Dispatcher.Create(DigitalData.Modules.Logging.LogConfig,System.String)"/>
</member>
<member name="M:DigitalData.Modules.Database.Dispatcher.GetDatatable(System.String,System.Int32)">
<summary>
Returns a Datatable from the database with the specified connection id
</summary>
<param name="pSQLCommand">The SQL query</param>
<param name="pConnectionId">The connection id</param>
<returns>A datatable with the results or nothing if an error occurred</returns>
</member>
<member name="M:DigitalData.Modules.Database.Dispatcher.GetDatatable(System.String)">
<summary>
Returns a Datatable from the database
</summary>
<param name="pSQLCommand">The SQL query</param>
<returns>A datatable with the results or nothing if an error occurred</returns>
</member>
<member name="M:DigitalData.Modules.Database.Dispatcher.ExecuteNonQuery(System.String,System.Int32)">
<summary>
Executes a query without return value like INSERT or UPDATE from the database with the specified connection id and
returns a boolean value indicating success or failure of the query
</summary>
<param name="pSQLCommand">The SQL query</param>
<param name="pConnectionId">The connection id</param>
<returns>True if the query was successful, otherwise false</returns>
</member>
<member name="M:DigitalData.Modules.Database.Dispatcher.ExecuteNonQuery(System.String)">
<summary>
Executes a query without return value like INSERT or UPDATE from the database and
returns a boolean value indicating success or failure of the query
</summary>
<param name="pSQLCommand">The SQL query</param>
<returns>True if the query was successful, otherwise false</returns>
</member>
<member name="M:DigitalData.Modules.Database.Dispatcher.GetScalarValue(System.String,System.Int32)">
<summary>
Returns a single value from the database specified by the connection id
</summary>
<param name="pSQLCommand">The SQL query</param>
<param name="pConnectionId">The connection id</param>
<returns>A value of type object</returns>
</member>
<member name="M:DigitalData.Modules.Database.Dispatcher.GetScalarValue(System.String)">
<summary>
Returns a single value from the database
</summary>
<param name="pSQLCommand">The SQL query</param>
<returns>A value of type object</returns>
</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="LogConfig">The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class</param>
<param name="Datasource">The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03</param>
<param name="Database">The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB`</param>
<param name="User">The user name to connect as</param>
<param name="Password">The user's 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.ExecuteNonQuery(System.String,FirebirdSql.Data.FirebirdClient.FbTransaction)">
<summary>
Executes a non-query command inside the specified transaction.
</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,FirebirdSql.Data.FirebirdClient.FbTransaction)">
<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="P:DigitalData.Modules.Database.IDatabase.DBInitialized">
<summary>
Returns true if the initial connection to the configured database was successful.
</summary>
</member>
<member name="M:DigitalData.Modules.Database.ODBC.ExecuteNonQueryWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
<summary>
Executes a non-query command.
</summary>
<param name="SqlQuery">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.ODBC.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.ODBC.GetScalarValueWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
<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.ODBC.GetScalarValue(System.String)">
<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.ODBC.GetDatatableWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
<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.ODBC.GetDatatable(System.String)">
<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.EncryptConnectionString(System.String)">
<summary>
Encrypts a connection string password.
</summary>
<param name="ConnectionString">A connection string with a plain-text password</param>
<returns>The connection string with the password encrypted.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Oracle.DecryptConnectionString(System.String)">
<summary>
Decrypts a connection string password.
</summary>
<param name="ConnectionString">A connection string with a encrypted password</param>
<returns>The connection string with the password decrypted.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Oracle.NewExecutenonQuery(System.String)">
<summary>
Executes the passed sql-statement
</summary>
<param name="executeStatement">the sql statement</param>
<returns>Returns true if properly executed, else false</returns>
</member>
<member name="M:DigitalData.Modules.Database.Oracle.NewExecuteScalar(System.String)">
<summary>
Executes the passed sql-statement as Scalar
</summary>
<param name="executeStatement">the sql statement</param>
<returns>Returns the scalarvalue</returns>
</member>
<member name="M:DigitalData.Modules.Database.Oracle.OpenSQLConnection(Oracle.ManagedDataAccess.Client.OracleConnection)">
<summary>
This Function intentionally has no try..catch block to have any errors caught outside
</summary>
<param name="Connection"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.EncryptConnectionString(System.String)">
<summary>
Encrypts a connection string password.
</summary>
<param name="pConnectionString">A connection string with a plain-text password</param>
<returns>The connection string with the password encrypted.</returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.DecryptConnectionString(System.String)">
<summary>
Decrypts a connection string password.
</summary>
<param name="pConnectionString">A connection string with a encrypted password</param>
<returns>The connection string with the password decrypted.</returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.OpenSQLConnection(System.Data.SqlClient.SqlConnection)">
<summary>
This Function intentionally has no try..catch block to have any errors caught outside
</summary>
<param name="pConnection"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.GetDatatable(System.String,System.Int32)">
<summary>
Returns a Datatable for a SQL Statement
</summary>
<param name="pSqlCommand">SQL Command Text for Datatable (select XYZ from TableORView)</param>
<returns>A datatable</returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.GetDatatable(System.Data.SqlClient.SqlCommand,System.Int32)">
<summary>
Returns a datatable for a SQL Statement
</summary>
<param name="pSqlCommandObject">SQL Command Object for Datatable (select XYZ from TableORView)</param>
<returns>A datatable</returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.NewExecuteNonQueryAsync(System.String,System.Int32)">
<summary>
Executes the passed sql-statement in asyncmode
</summary>
<param name="SqlCommand">the sql statement</param>
<param name="commandtimeout">Optional Timeout</param>
<remarks></remarks>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<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>
<system.serviceModel>
<bindings>
<netTcpBinding>
<binding name="NetTcpBinding_IEDMIService" transferMode="Streamed">
<security>
<transport sslProtocols="None" />
</security>
</binding>
</netTcpBinding>
</bindings>
<client>
<endpoint address="net.tcp://localhost:9000/DigitalData/Services/Main" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IEDMIService" contract="EDMIServiceReference.IEDMIService" name="NetTcpBinding_IEDMIService">
<identity>
<userPrincipalName value="Administrator@dd-san01.dd-gan.local.digitaldata.works" />
</identity>
</endpoint>
</client>
</system.serviceModel>
<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-7.5.0.0" newVersion="7.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>

View File

@@ -0,0 +1,220 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.EDMI.API
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.EDMI.API.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.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.EDMI.API.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:DigitalData.Modules.EDMI.API.Options.BaseOptions.Username">
<summary>
Windows username of the user responsible for the request. Defaults to the currently logged in user.
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.Options.BaseOptions.Language">
<summary>
Language code of the client responsible for the request. Defaults to the language of the current client.
</summary>
<returns></returns>
</member>
<member name="T:DigitalData.Modules.EDMI.API.Options.NewFileOptions">
<summary>
Import options for NewFileAsync.
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.Options.NewFileOptions.DateImported">
<summary>
Date when the file was imported. Can be in the past. Defaults to now.
</summary>
</member>
<member name="T:DigitalData.Modules.EDMI.API.Options.CheckOutInOptions">
<summary>
Import options for NewFileAsync.
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.Options.UpdateFileOptions.CreateNewFileVersion">
<summary>
Should the changes in the file result in a new version? Otherwise the old file will be overridden.
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.Options.ImportFileOptions.DateImported">
<summary>
Date when the file was imported. Can be in the past. Defaults to now.
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.Options.SetObjectStateOptions.DateImported">
<summary>
Date when the file was imported. Can be in the past. Defaults to now.
</summary>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Channel.GetChannel">
<summary>
Creates a channel and adds a Faulted-Handler
</summary>
<returns>A channel object</returns>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.ParseServiceAddress(System.String)">
<summary>
Parse a IPAddress:Port String into its parts
</summary>
<param name="AddressWithOptionalPort">A Server Address, for example: 192.168.1.50, 192.168.1.50:9000, 192.168.1.50;9000</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.#ctor(DigitalData.Modules.Logging.LogConfig,System.String)">
<summary>
Creates a new EDMI Client object
</summary>
<param name="pLogConfig">LogConfig object</param>
<param name="pServiceAdress">The IP address/hostname and port, separated by semicolon or colon, ex. 1.2.3.4:9000</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.#ctor(DigitalData.Modules.Logging.LogConfig,System.String,System.Int32)">
<summary>
Creates a new EDMI Client object
</summary>
<param name="pLogConfig">LogConfig object</param>
<param name="pIPAddress">The IP address to connect to</param>
<param name="pPortNumber">The Port number to use for the connection</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.Connect">
<summary>
Connect to the service
</summary>
<returns>True if connection was successful, false otherwise</returns>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.Reconnect">
<summary>
Aborts the channel and creates a new connection
</summary>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.NewFileAsync(System.String,System.String,System.String,System.Int64,DigitalData.Modules.EDMI.API.Options.NewFileOptions)">
<summary>
Imports a file from a filepath, creating a IDB ObjectId and Filesystem Object
</summary>
<param name="pObjectStoreName">Type of ObjectStore. Can be WORK or ARCHIVE.</param>
<param name="pIDBDoctypeId">Business entity that the new file object should belong to.</param>
<param name="pImportOptions">Other file import options</param>
<exception cref="T:System.IO.FileNotFoundException">When local filepath was not found</exception>
<exception cref="T:System.ApplicationException">When there was a error in the Service</exception>
<returns>The ObjectId of the newly generated filesystem object</returns>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.GetVariableValue(System.Int64,System.String,DigitalData.Modules.EDMI.API.Options.GetVariableValueOptions)">
<summary>
</summary>
<param name="pObjectId"></param>
<param name="pAttributeName"></param>
<param name="pOptions"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.EDMI.API.Client.GetDocumentInfo(System.Int64,System.Int64)">
<summary>
Return infos about a file object
</summary>
<param name="UserId"></param>
<param name="ObjectId"></param>
<returns></returns>
</member>
<member name="T:DigitalData.Modules.EDMI.API.Constants.ChannelSettings">
<summary>
Infos about MaxBufferSize and MaxBufferPoolSize
https://social.msdn.microsoft.com/Forums/vstudio/en-US/d6e234d3-942f-4e9d-8470-32618d3f3212/maxbufferpoolsize-vs-maxbuffersize?forum=wcf
</summary>
</member>
<member name="T:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions">
<summary>
Options for GetDatatable
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions.FilterExpression">
<summary>
Filter expression for the cached Datatable
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions.SortByColumn">
<summary>
Columns to sort the cached Datatable by
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions.ForceFallback">
<summary>
Force the fallback, skipping the service completely
</summary>
</member>
<member name="P:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions.ConnectionId">
<summary>
Connection Id to use, references TBDD_CONNECTION
</summary>
</member>
<member name="M:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions.#ctor(System.String,DigitalData.Modules.EDMI.API.Constants.DatabaseType)">
<summary>
Creates a new options object for GetDatatable options
</summary>
<param name="pFallbackSQL">SQL Command to execute as fallback</param>
<param name="pFallbackType">Named Database to use for the fallback SQL Command</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.DatabaseWithFallback.InitializeIDB(DigitalData.Modules.Database.MSSQLServer)">
<summary>
Set the IDB Database class after initializing the class.
It is now your responsibility to make sure to not use any IDB calls before calling this method.
</summary>
</member>
<member name="M:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatable(System.String,DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions)">
<summary>
Returns a Datatable by trying to fetch a cached version from the service, then querying the database through the service and querying the database directly as fallback.
</summary>
<param name="pDataTableName">Name of the Cached Datatable</param>
<param name="pOptions">Options object</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatable(DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatableOptions)">
<summary>
Returns a datatable directly from the database.
</summary>
<param name="pOptions">Options object</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetDatatable(System.String,System.String,DigitalData.Modules.EDMI.API.Constants.DatabaseType,System.String,System.String,System.Boolean,System.Int32)">
<summary>
Returns a Datatable by trying to fetch a cached version from the service, then querying the database through the service and querying the database directly as fallback.
</summary>
<param name="pDataTableName">Name of the Cached Datatable</param>
<param name="pFallbackSQL">SQL Command to execute as fallback</param>
<param name="pFallbackType">Named Database to use for the fallback SQL Command</param>
<param name="pFilterExpression">Filter expression for the cached Datatable</param>
<param name="pSortByColumn">Columns to sort the cached Datatable by</param>
<param name="pForceFallback">Force the fallback, skipping the service completely</param>
<param name="pConnectionId">Connection Id to use, references TBDD_CONNECTION</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.DatabaseWithFallback.GetScalarValue(System.String,DigitalData.Modules.EDMI.API.Constants.DatabaseType,System.Boolean,System.Int32)">
<summary>
Returns a Scalar Value by querying the database through the service and querying the database directly as fallback.
</summary>
<param name="pSQL">SQL Command to execute as fallback</param>
<param name="pDatabaseType">Named Database to use for the fallback SQL Command</param>
<param name="pForceFallback">Force the fallback, skipping the service completely</param>
<param name="pConnectionId">Connection Id to use, references TBDD_CONNECTION</param>
</member>
<member name="M:DigitalData.Modules.EDMI.API.DatabaseWithFallback.ExecuteNonQuery(System.String,DigitalData.Modules.EDMI.API.Constants.DatabaseType,System.Boolean,System.Int32)">
<summary>
Returns a Scalar Value by querying the database through the service and querying the database directly as fallback.
</summary>
<param name="pSQL">SQL Command to execute as fallback</param>
<param name="pDatabaseType">Named Database to use for the fallback SQL Command</param>
<param name="pForceFallback">Force the fallback, skipping the service completely</param>
<param name="pConnectionId">Connection Id to use, references TBDD_CONNECTION</param>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Encryption
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Encryption.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Encryption.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.Encryption.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.Encryption.Encryption">
<summary>
https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp
</summary>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,200 @@
<?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.1.0</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>
<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="P:DigitalData.Modules.Logging.LogConfig.Logs">
<summary>
Returns Logs in Memory as List(Of String) if Debug is enabled
Returns an empty list if debug is disabled
</summary>
<returns>A list of log messages</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.#ctor(DigitalData.Modules.Logging.LogOptions)">
<summary>
Initializes a new LogConfig object with the options supplied as a LogOptions object
</summary>
<param name="Options"></param>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.#ctor(DigitalData.Modules.Logging.LogConfig.PathType,System.String,System.String,System.String,System.String,System.Int32)">
<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>
<param name="CompanyName">CompanyName is used to construct log-path in when LogPath is set to PathType:AppData</param>
<param name="ProductName">ProductName is used to construct log-path in when LogPath is set to PathType:AppData</param>
<param name="FileKeepRangeInDays">Amount of days where files are kept and not deleted.</param>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.ClearOldLogfiles(System.Int32)">
<summary>
Clears old LogFiles from the configured logpath for compliance with the GDPR
</summary>
<param name="FileKeepRange">Days in which logfiles should be kept. All files older than `Now - FileKeepInterval` will be deleted.</param>
<returns>True, if files were deleted as expected or no files were deleted. Otherwise false.</returns>
</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.GetLogger(System.String)">
<summary>
Returns the Logger for the specified classname
</summary>
<returns>An object of Logging.Logger</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLoggerFor(System.String)">
<summary>
Returns the Logger for the specified module using event-properties
</summary>
<remarks>
https://github.com/NLog/NLog/wiki/EventProperties-Layout-Renderer
https://stackoverflow.com/questions/31337030/separate-log-file-for-specific-class-instance-using-nlog/32065824#32065824
</remarks>
<returns>An object of Logging.Logger</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger(System.String,System.String)">
<summary>
Returns the Logger for a class specified by `ClassName`
</summary>
<param name="ClassName">The name of the class the logger belongs to</param>
<returns>An object of Logging.Logger</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.ClearLogs">
<summary>
Clears the internal log
</summary>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetClassFullName(System.Boolean,System.Int32)">
<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">
<summary>
Reconfigures and re-adds all loggers, optionally adding the debug rule.
</summary>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<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-7.5.0.0" newVersion="7.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>

View File

@@ -0,0 +1,111 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Patterns
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Patterns.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Patterns.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.Patterns.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.Patterns.Modules.Globix.GlobixAutomatic">
<summary>
Patterns for Generating a Filename in Global Indexer
</summary>
</member>
<member name="T:DigitalData.Modules.Patterns.Modules.Globix.GlobixManual">
<summary>
Patterns for Generating a Filename in Global Indexer
</summary>
</member>
<member name="T:DigitalData.Modules.Patterns.Modules.IDB">
<summary>
Patterns for IDB Attributes
</summary>
</member>
<member name="T:DigitalData.Modules.Patterns.Modules.Custom">
<summary>
Custom Patterns that are defined at runtime
</summary>
</member>
<member name="T:DigitalData.Modules.Patterns.Modules.Windream">
<summary>
Patterns for Windream Indicies
</summary>
</member>
<member name="T:DigitalData.Modules.Patterns.Modules.Controls">
<summary>
Patterns for control values on a panel
</summary>
</member>
<member name="T:DigitalData.Modules.Patterns.Modules.Internal">
<summary>
Simple patterns that only rely on .NET functions
</summary>
</member>
<member name="P:DigitalData.Modules.Patterns.IModule.PatternIdentifier">
<summary>
The short identifier which identifies all placeholders of this module
</summary>
<returns></returns>
</member>
<member name="P:DigitalData.Modules.Patterns.IModule.IsComplex">
<summary>
Does this Module have outside dependencies like a database or a library like windream
</summary>
<returns></returns>
</member>
<member name="T:DigitalData.Modules.Patterns.ClassPatterns">
<summary>
Defines common Functions for Checking for and replacing placeholders.
This Class also includes a child class `Pattern` for passing around Patterns.
The format of all placeholders is:
{#TYPE#VALUE}
Some Examples:
{#INT#USERNAME}
{#CTRL#CMB_2}
{#WMI#String 39}
</summary>
</member>
<member name="M:DigitalData.Modules.Patterns.ClassPatterns.WrapPatternValue(System.String,System.String)">
<summary>
Wraps a pattern-type and -value in the common format: {#type#value}
</summary>
</member>
<member name="T:DigitalData.Modules.Patterns.Patterns2">
<summary>
Defines common Functions for Checking for and replacing placeholders.
This Class also includes a child class `Pattern` for passing around Patterns.
The format of all placeholders is:
{#TYPE#VALUE}
Some Examples:
{#INT#USERNAME}
{#CTRL#CMB_2}
{#WMI#String 39}
</summary>
</member>
<member name="M:DigitalData.Modules.Patterns.Patterns2.WrapPatternValue(System.String,System.String)">
<summary>
Wraps a pattern-type and -value in the common format: {#type#value}
</summary>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<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-7.5.0.0" newVersion="7.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>

View File

@@ -0,0 +1,104 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.ZooFlow
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.ZooFlow.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.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.ZooFlow.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.ZooFlow.State.UserState">
<summary>
Helper Class to hold User State
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.UserId">
<summary>
Numeric UserId, ex. 1
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.UserName">
<summary>
The windows username, ex. JenneJ
</summary>
<returns></returns>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.Surname">
<summary>
The user's surname, ex. Jenne
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.GivenName">
<summary>
The user's given name, ex. Jonathan
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.ShortName">
<summary>
The shortname given to the user, ex. JJ
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.Email">
<summary>
The user's email address
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.MachineName">
<summary>
The user's windows machine name, ex. DD-PC-ENT04
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.DateFormat">
<summary>
The users preferred date format, ex. dd-MM-yyyy
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.Language">
<summary>
The user's language code, ex. de-DE
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.LanguageId">
<summary>
The user's language id, what is this?
</summary>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.IsAdmin">
<summary>
Is the user a general administrator?
</summary>
<returns></returns>
</member>
<member name="P:DigitalData.Modules.ZooFlow.State.UserState.HideBasicConfig">
<summary>
Should basic config (DB Settings) be hidden from this user?
</summary>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.ZooFlow.State.UserState.#ctor">
<summary>
Initialize user object with values that can be read from the environment. Only meant for Global Application State
</summary>
</member>
<member name="M:DigitalData.Modules.ZooFlow.State.UserState.#ctor(System.String)">
<summary>
Initialize user object with user name. Mandatory for sending user data between systems.
</summary>
</member>
</members>
</doc>

Binary file not shown.

BIN
Patterns/bin/Debug/NLog.dll Normal file

Binary file not shown.

28265
Patterns/bin/Debug/NLog.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More