Update 17.2.3

This commit is contained in:
2018-03-27 17:27:28 +02:00
parent 572fb3fe40
commit 8fcc35620e
2363 changed files with 1329069 additions and 5682 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,66 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.AuditTrail.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.AuditTrail.AuditTrailModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.AuditTrail.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.AuditTrail.AuditTrailModule.#ctor">
<summary>
<para>Creates an instance of the AuditTrailModule class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.AuditTrail.AuditTrailModule.AuditDataItemPersistentType">
<summary>
<para>Specifies the business class used to persist auditing information in the database.
</para>
</summary>
<value>The type of a business class used to persist auditing information in the database.
</value>
</member>
<member name="M:DevExpress.ExpressApp.AuditTrail.AuditTrailModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the AuditTrailModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handles database updates for the AuditTrailModule module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.AuditTrail.AuditTrailModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the AuditTrailModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application.
</param>
</member>
</members>
</doc>
@@ -0,0 +1,195 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Chart.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Chart.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.#ctor">
<summary>
<para>Creates an instance of the ChartAspNetModule class.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.DefaultChartPreferredHeight">
<summary>
<para>Specifies the default height of the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/>.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.DefaultChartPreferredWidth">
<summary>
<para>Specifies the default width of the <see cref="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor"/>.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Chart.Web.ChartAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the ChartAspNetModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the ChartAspNetModule module.
</returns>
</member>
<member name="T:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings">
<summary>
<para>Used to extend the Application Model's ChartSettings node.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings.PreferredHeight">
<summary>
<para>Specifies the preferred height of the chart.
</para>
</summary>
<value>An integer value specifying the preferred height of the chart in pixels.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Chart.Web.IModelWebChartSettings.PreferredWidth">
<summary>
<para>Specifies the preferred width of the chart.
</para>
</summary>
<value>An integer value specifying the preferred width of the chart in pixels.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor">
<summary>
<para>Represents the charting List Editor used in the <b>XAF</b> ASP.NET Web applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>Creates and initializes an instance of the ASPxChartListEditor class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.BreakLinksToControls">
<summary>
<para>Removes references to the ASPxChartListEditor's control and its event handlers.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.ChartControl">
<summary>
<para>Provides access to the ASPxChartListEditor's control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> object representing the current List Editor's control.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.OnExporting">
<summary>
<para>Performs the required pre-export actions under the <b>ASPxChartListEditor</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.PreferredHeight">
<summary>
<para>Specifies the preferred height of the chart control container.
</para>
</summary>
<value>An integer value that is the preferred height of the chart control container.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.PreferredWidth">
<summary>
<para>Specifies the preferred width of the chart control container.
</para>
</summary>
<value>An integer value that is the preferred width of the chart control container.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.Printable">
<summary>
<para>Specifies the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction"/>.
</para>
</summary>
<value>An <b>IPrintable</b> object that is the control used for exporting. The default value is a <see cref="T:DevExpress.XtraCharts.ChartControl"/> with the data from the ASPxChartListEditor's <see cref="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.ChartControl"/>.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.PrintableChanged">
<summary>
<para>Occurs when the ASPxChartListEditor's controls are created and disposed of.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.Web.ASPxChartListEditor.SupportedExportFormats">
<summary>
<para>Provides access to the list of export formats supported by the current ASPxChartListEditor.
</para>
</summary>
<value>An <b>List&lt;</b><see cref="T:DevExpress.XtraPrinting.ExportTarget"/><b>&gt;</b> object that is a list of supported export formats.
</value>
</member>
</members>
</doc>
@@ -0,0 +1,248 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Chart.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Chart.ChartModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Chart.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartModule.#ctor">
<summary>
<para>Creates an instance of the ChartModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Chart.IModelChartListView"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the ChartModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the ChartModule module.
</returns>
</member>
<member name="F:DevExpress.ExpressApp.Chart.ChartModule.LocalizationGroup">
<summary>
<para>Specifies the name of a localization group node containing localization items specific to the Chart Module functionality.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.ExpressApp.Chart.IModelChartSettings">
<summary>
<para>The ChartSettings node provides access to the settings of the charting List Editor used by a List View.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.IModelChartSettings.Settings">
<summary>
<para>Provides access to the settings of the charting List Editor used by a List View, editable using the Chart Designer.
</para>
</summary>
<value>A string representing the serialized chart settings.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Chart.IModelChartListView">
<summary>
<para>Used to extend the Application Model with the ChartSettings node.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.IModelChartListView.ChartSettings">
<summary>
<para>Provides access to the ChartSettings node.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Chart.IModelChartSettings"/> object representing the ChartSettings node.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Chart.ChartListEditorBase">
<summary>
<para>An abstract class that serves as the base class for the Charting List Editors.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>Creates and initializes an instance of the ChartListEditorBase class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="F:DevExpress.ExpressApp.Chart.ChartListEditorBase.Alias">
<summary>
<para>This field is intended for internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.BreakLinksToControls">
<summary>
<para>Removes references to the ChartListEditorBase's control and its event handlers.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.ChartListEditorBase.ChartControl">
<summary>
<para>Provides access to the ChartListEditorBase's control.
</para>
</summary>
<value>An object representing the current List Editor's control.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Chart.ChartListEditorBase.ChartControlContainer">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Chart.ChartListEditorBase.ContextMenuTemplate">
<summary>
<para>Provides access to the ChartListEditorBase's Context Menu Template.
</para>
</summary>
<value>A control which implements the <b>IContextMenuTemplate</b> interface and represents a List Editor's Context Menu Template.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Chart.ChartListEditorBase.ControlDataSourceChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.Chart.ChartListEditorBase.ChartControl"/>'s data source is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.Dispose">
<summary>
<para>Releases all resources used by the ChartListEditorBase.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.GetIndexByObject(System.Object)">
<summary>
<para>Returns the index of an object that represents the ChartListEditorBase's point.
</para>
</summary>
<param name="obj">
An object that represents the Charting List Editor's point.
</param>
<returns>An index of an object that represents the Charting List Editor's point.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.GetObjectByIndex(System.Int32)">
<summary>
<para>Returns an object that represents the ChartListEditorBase's point with the specified index.
</para>
</summary>
<param name="index">
The index of an object that represents the Charting List Editor's point.
</param>
<returns>The object that represents the Charting List Editor's point with the specified index.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.GetOrderedObjects">
<summary>
<para>Returns an ordered list of objects that represent the ChartListEditorBase's points.
</para>
</summary>
<returns>An ordered list of objects that represent the Charting List Editor's points.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.GetSelectedObjects">
<summary>
<para>Returns a collection of objects that are currently selected in the ChartListEditorBase's control.
</para>
</summary>
<returns>A list of the selected objects.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Chart.ChartListEditorBase.Refresh">
<summary>
<para>Refreshes the bound data source of the ChartListEditorBase's control.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Chart.ChartListEditorBase.SelectionType">
<summary>
<para>Returns the selection type supported by the ChartListEditorBase.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.
</value>
</member>
</members>
</doc>
@@ -0,0 +1,385 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.CloneObject.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.CloneObject.CustomGetCloneActionTargetTypesEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CustomGetCloneActionTargetTypes"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CustomGetCloneActionTargetTypesEventArgs.#ctor(DevExpress.ExpressApp.DC.ITypeInfo,DevExpress.ExpressApp.Model.IModelApplication)">
<summary>
<para>Initializes a new instance of the CustomGetCloneActionTargetTypesEventArgs class.
</para>
</summary>
<param name="sourceType">
The type of the source object to be cloned.
</param>
<param name="applicationModel">
An <see cref="T:DevExpress.ExpressApp.Model.IModelApplication"/> object representing Application Model's root node.
</param>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CustomGetCloneActionTargetTypesEventArgs.GetDefaultTargetTypes">
<summary>
<para>Returns the default target types of the <see cref="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectAction"/>.
</para>
</summary>
<returns>A <b>Dictionary&lt;</b><see cref="T:DevExpress.ExpressApp.Model.IModelNode"/><b>, Type&gt;</b> object, representing the default target types of the <b>CloneObject</b> Action, and their corresponding BOModel | Class Application Model nodes.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomGetCloneActionTargetTypesEventArgs.SourceType">
<summary>
<para>Gets the type of the source object to be cloned.
</para>
</summary>
<value>The type of the source object to be cloned.
</value>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomGetCloneActionTargetTypesEventArgs.TargetTypes">
<summary>
<para>Gets the <b>System.Collections.Generic.Dictonary</b> object representing the collection of target types and their corresponding <see cref="T:DevExpress.ExpressApp.Model.IModelNode"/> nodes.
</para>
</summary>
<value>The <b>System.Collections.Generic.Dictonary</b> object representing the collection of target types and their corresponding <see cref="T:DevExpress.ExpressApp.Model.IModelNode"/> nodes.
</value>
</member>
<member name="T:DevExpress.ExpressApp.CloneObject.CustomShowClonedObjectEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CustomShowClonedObject"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CustomShowClonedObjectEventArgs.#ctor(DevExpress.ExpressApp.IObjectSpace,System.Object,System.Object,DevExpress.ExpressApp.ShowViewParameters)">
<summary>
<para>Creates a new instance of the CustomShowClonedObjectEventArgs class.
</para>
</summary>
<param name="targetObjectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object representing the Object Space of the target cloned object.
</param>
<param name="sourceObject">
The source object to be cloned.
</param>
<param name="clonedObject">
The target cloned object.
</param>
<param name="showViewParameters">
The <see cref="T:DevExpress.ExpressApp.ShowViewParameters"/> object represents a set of parameters used to display a new View.
</param>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomShowClonedObjectEventArgs.ClonedObject">
<summary>
<para>Gets the target cloned object.
</para>
</summary>
<value>The target cloned object.
</value>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomShowClonedObjectEventArgs.ShowViewParameters">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomShowClonedObjectEventArgs.SourceObject">
<summary>
<para>Gets the source cloned object.
</para>
</summary>
<value>The source cloned object.
</value>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomShowClonedObjectEventArgs.TargetObjectSpace">
<summary>
<para>Specifies the Object Space of the target cloned object.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object representing the Object Space of the target cloned object.
</value>
</member>
<member name="T:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CustomCloneObject"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs.#ctor(System.Object,System.Type,DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.View)">
<summary>
<para>Initializes a new instance of the CustomCloneObjectEventArgs class.
</para>
</summary>
<param name="sourceObject">
An object representing the source object to be cloned.
</param>
<param name="targetType">
The type of the target object.
</param>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object which is the current application.
</param>
<param name="frame">
A <see cref="T:DevExpress.ExpressApp.Frame"/> that displays an object to be cloned.
</param>
<param name="view">
A <see cref="T:DevExpress.ExpressApp.View"/> that displays an object to be cloned.
</param>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs.ClonedObject">
<summary>
<para>Represents the target object of the cloning process.
</para>
</summary>
<value>The target object of the cloning process.
</value>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs.CreateDefaultTargetObjectSpace">
<summary>
<para>Returns an Object Space for the <see cref="P:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs.ClonedObject"/>.
</para>
</summary>
<returns>An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> Object Space for the cloned object.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs.SourceObject">
<summary>
<para>Gets the object to be cloned.
</para>
</summary>
<value>The object to be cloned.
</value>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs.TargetObjectSpace">
<summary>
<para>Specifies the Object Space of the target object.
</para>
</summary>
<value>The Object Space of the target object.
</value>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CustomCloneObjectEventArgs.TargetType">
<summary>
<para>Gets the type of the target object.
</para>
</summary>
<value>The type of the target object.
</value>
</member>
<member name="T:DevExpress.ExpressApp.CloneObject.CloneObjectViewController">
<summary>
<para>A <see cref="T:DevExpress.ExpressApp.ViewController"/> descendant that contains the <b>Clone</b> action.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.#ctor">
<summary>
<para>Initializes a new instance of the CloneObjectViewController class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.AllowCloneWhenModified">
<summary>
<para>Specifies whether to disable cloning when there are unsaved changes with the current object.
</para>
</summary>
<value><b>true</b>, when cloning of modified object is allowed; otherwise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectAction">
<summary>
<para>Gets a <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> Action used to clone persistent objects.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> object representing an Action used to clone persistent objects.
</value>
</member>
<member name="F:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectActionId">
<summary>
<para>Gets a string identifier of the <see cref="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectAction"/>.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectActionImageName">
<summary>
<para>Gets the name of the image used as the <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.ImageName"/> of the <see cref="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectAction"/> Action.
</para>
</summary>
<returns> </returns>
</member>
<member name="E:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CustomCloneObject">
<summary>
<para>Occurs before the default cloning process begins.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CustomGetCloneActionTargetTypes">
<summary>
<para>Occurs before getting the target types list, available via the <see cref="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectAction"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CustomShowClonedObject">
<summary>
<para>Occurs before showing the Detail View, displaying the cloned object.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.IsNotModifiedEnabledKey">
<summary>
<para>An <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.Enabled"/> property's key name. This key indicates that the <see cref="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.CloneObjectAction"/> should be enabled or disabled due to <see cref="P:DevExpress.ExpressApp.CloneObject.CloneObjectViewController.AllowCloneWhenModified"/> and <see cref="P:DevExpress.ExpressApp.BaseObjectSpace.IsModified"/> values.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.ExpressApp.CloneObject.IModelClassCloneable">
<summary>
<para>Used to extend the Application Model's Class node with properties specific to the Clone Object Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.CloneObject.IModelClassCloneable.IsCloneable">
<summary>
<para>Indicates whether objects of the current class can be cloned.
</para>
</summary>
<value><b>true</b>, if objects of the current class can be cloned; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.CloneObject.CloneObjectModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.CloneObject.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CloneObjectModule.#ctor">
<summary>
<para>Creates an instance of the CloneObjectModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CloneObjectModule.ConvertXml(DevExpress.ExpressApp.Updating.ConvertXmlParameters)">
<summary>
<para>Converts legacy Application Model differences containing CloneObjectModule related data.
</para>
</summary>
<param name="parameters">
A <see cref="T:DevExpress.ExpressApp.Updating.ConvertXmlParameters"/> object, representing an Application Model node's differences.
</param>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CloneObjectModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.CloneObject.IModelClassCloneable"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.CloneObject.CloneObjectModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the CloneObjectModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the CloneObjectModule module.
</returns>
</member>
</members>
</doc>
@@ -0,0 +1,152 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.FileAttachment.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController">
<summary>
<para>A <see cref="T:DevExpress.ExpressApp.ViewController"/> that provides the <b>Download</b> Action to download file attachments.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController.#ctor">
<summary>
<para>Initializes a new instance of the FileAttachmentController class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController.Download(System.Object)">
<summary>
<para>Downloads a file attached to the specified object.
</para>
</summary>
<param name="obj">
An object that has an <see cref="T:DevExpress.Persistent.Base.IFileData"/> property storing the file to be downloaded.
</param>
</member>
<member name="P:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentController.DownloadAction">
<summary>
<para>Provides access to the FileAttachmentController's <b>Download</b> Action.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object that is the <b>Download</b> Action.
</value>
</member>
<member name="T:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader">
<summary>
<para>Used by the File Attachments module to send files to the client in ASP.NET XAF Applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.#ctor">
<summary>
<para>Initializes a new instance of the FileDataDownloader class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.Download(DevExpress.Persistent.Base.IFileData)">
<summary>
<para>Initiates downloading the file stored within the specified <see cref="T:DevExpress.Persistent.Base.IFileData"/> object.
</para>
</summary>
<param name="fileData">
A <see cref="T:DevExpress.Persistent.Base.IFileData"/> object that stores a file to download.
</param>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.DownloadCore(DevExpress.Persistent.Base.IFileData)">
<summary>
<para>Writes the file stored within the specified <see cref="T:DevExpress.Persistent.Base.IFileData"/> object to the response and ends the response.
</para>
</summary>
<param name="fileData">
An <see cref="T:DevExpress.Persistent.Base.IFileData"/> object that stores a file to download.
</param>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader.SetDownloader(DevExpress.ExpressApp.FileAttachments.Web.FileDataDownloader)">
<summary>
<para>Specifies a file data downloader to be used by the File Attachments module to send files to the client in ASP.NET XAF Applications.
</para>
</summary>
<param name="downloader">
A FileDataDownloader object to be used to send files to the client.
</param>
</member>
<member name="T:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.FileAttachment.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule.#ctor">
<summary>
<para>Creates an instance of the FileAttachmentsAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule.CreateFileData(DevExpress.ExpressApp.IObjectSpace,DevExpress.ExpressApp.DC.IMemberInfo)">
<summary>
<para>Creates a new <b>IFileData</b> object via the specified Object Space.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object specifying the Object Space where a new <b>IFileData</b> object will be created.
</param>
<param name="memberDescriptor">
An <see cref="T:DevExpress.ExpressApp.DC.IMemberInfo"/> object supplying metadata on the property to which the created <b>IFileData</b> object will be assigned.
</param>
<returns>The created <b>IFileData</b> object.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the FileAttachmentsAspNetModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the FileAttachmentsAspNetModule module.
</returns>
</member>
</members>
</doc>
@@ -0,0 +1,52 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.HtmlPropertyEditor.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.HTMLPropertyEditor.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule.#ctor">
<summary>
<para>Creates an instance of the HtmlPropertyEditorAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the HtmlPropertyEditorAspNetModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the HtmlPropertyEditorAspNetModule module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the HtmlPropertyEditorAspNetModule.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>HtmlPropertyEditorAspNetModule</b>.
</returns>
</member>
</members>
</doc>
@@ -0,0 +1,52 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.HtmlPropertyEditor.Win.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.HTMLPropertyEditor.Win.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule.#ctor">
<summary>
<para>Creates an instance of the HtmlPropertyEditorWindowsFormsModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the HtmlPropertyEditorWindowsFormsModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the HtmlPropertyEditorWindowsFormsModule module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the HtmlPropertyEditorWindowsFormsModule.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>HtmlPropertyEditorWindowsFormsModule</b>.
</returns>
</member>
</members>
</doc>
@@ -0,0 +1,178 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Kpi.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Kpi.KpiModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Kpi.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.#ctor">
<summary>
<para>Creates an instance of the KpiModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
<summary>
<para>Registers the <b>DateRangeLocalizationModelNodesGeneratorUpdater</b> Generator Updater.
</para>
</summary>
<param name="updaters">
A <b>ModelNodesGeneratorUpdaters</b> object providing access to the list of Generator Updaters.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.CustomizeTypesInfo(DevExpress.ExpressApp.DC.ITypesInfo)">
<summary>
<para>Customizes metadata on business classes specific to the KpiModule before loading the metadata to the Application Model's <b>BOModel</b> node.
</para>
</summary>
<param name="typesInfo">
An <see cref="T:DevExpress.ExpressApp.DC.ITypesInfo"/> object which holds metadata information on business classes to be loaded to the Application Model.
</param>
</member>
<member name="F:DevExpress.ExpressApp.Kpi.KpiModule.EnableSelfRefresh">
<summary>
<para>For internal use.
</para>
</summary>
<returns>$
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.GetKpiBusinessClasses">
<summary>
<para>Returns basic KPI specific business classes to be loaded to the Application Model.
</para>
</summary>
<returns>An <b>IEnumerable&lt;Type&gt;</b> object specifying basic KPI specific business classes to be loaded to the Application Model.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.GetKpiPersistentInterfaces">
<summary>
<para>This method is intended for internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the KpiModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the KpiModule module.
</returns>
</member>
<member name="F:DevExpress.ExpressApp.Kpi.KpiModule.KpiInstance_Chart_DetailViewID">
<summary>
<para>Gets the identifier of the <b>KpiInstance_Chart_DetailView</b> Detail View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Kpi.KpiModule.KpiNavigationGroupName">
<summary>
<para>Specifies the name of the navigation group containing navigation items specific to KPI functionality.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.Setup(DevExpress.ExpressApp.ApplicationModulesManager)">
<summary>
<para>Sets up the KpiModule after it has been created.
</para>
</summary>
<param name="moduleManager">
An <b>ApplicationModulesManager</b> object that provides methods and properties to manage the current application's modules. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.ModuleManager"/> property.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the KpiModule after it has been created.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages an XAF application.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Kpi.KpiModule.UpdateModel(DevExpress.ExpressApp.Model.IModelViews)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="viewsModel">
</param>
</member>
<member name="F:DevExpress.ExpressApp.Kpi.KpiModule.UsedExportedTypes">
<summary>
<para>Specifies used KPI entities (see the example in the KPI Module topic).
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.ExpressApp.Kpi.IModelKpiDashboardViewItem">
<summary>
<para>The KpiDashboardViewItem node defines a View Item displaying Key Performance Indicator results provided by the KPI Module.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Kpi.IModelKpiDashboardViewItem.KpiName">
<summary>
<para>Specifies the name of a Key Performance Indicator whose results will be displayed by the KpiDashboardViewItem, provided by the KPI Module.
</para>
</summary>
<value>A string holding the name of a Key Performance Indicator whose results will be displayed by the KpiDashboardViewItem.
</value>
</member>
</members>
</doc>
@@ -0,0 +1,503 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Notifications.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Notifications.NotificationsController">
<summary>
<para>An abstract <see cref="T:DevExpress.ExpressApp.WindowController"/> descendant, that contains the <b>ShowNotificationsAction</b> Action.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsController.#ctor">
<summary>
<para>Initializes a new instance of the NotificationsController class.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Notifications.NotificationsController.CustomizeNotificationViewParameters">
<summary>
<para>Occurs before the notification window is shown.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Notifications.NotificationsController.CustomProcessNotifications">
<summary>
<para>Occurs before the notification window is shown.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Notifications.NotificationsController.NotificationsActionContainerId">
<summary>
<para>Returns the Notification Action Container's ID. The default value is "Notifications".
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsController.RefreshNotifications">
<summary>
<para>Refreshes the notifications list.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsController.Service">
<summary>
<para>Gets the service used by the <see cref="T:DevExpress.ExpressApp.Notifications.NotificationsModule"/> to process the notifications.
</para>
</summary>
<value>A <see cref="NotificationsService"/> object that is the service used by the NotificationsModule to process the notifications.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Notifications.NotificationsController.ShowNotificationsAction">
<summary>
<para>Specifies the <b>Show Notifications</b> Action that displays the notifications count and invokes the Reminders Window.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.ExpressApp.Notifications.NotificationsService">
<summary>
<para>A service used by the <see cref="T:DevExpress.ExpressApp.Notifications.NotificationsModule"/> to process the notifications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider)">
<summary>
<para>Initializes a new instance of the NotificationsService class.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages an XAF application.
</param>
<param name="defaultNotificationsProvider">
The <see cref="T:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider"/> object that specifies the Notifications Provider.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.#ctor(DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider)">
<summary>
<para>Initializes a new instance of the NotificationsService class.
</para>
</summary>
<param name="defaultNotificationsProvider">
A <see cref="T:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider"/> object.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.Dismiss(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Removes the specified notification items.
</para>
</summary>
<param name="itemsToDismiss">
An <b>IEnumerable&lt;</b><see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/><b>&gt;</b> list of notification items to be dismissed.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.Dispose">
<summary>
<para>Releases all resources used by an NotificationsService object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.GetActiveNotificationsCount">
<summary>
<para>Returns the number of active notifications.
</para>
</summary>
<returns>An integer value which is the number of active notifications.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.GetNotificationItems">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.GetPostponedNotificationsCount">
<summary>
<para>Returns the number of postponed notifications.
</para>
</summary>
<returns>An integer value which is the number of postponed notifications.
</returns>
</member>
<member name="E:DevExpress.ExpressApp.Notifications.NotificationsService.ItemsProcessed">
<summary>
<para>Occurs when an <see cref="T:DevExpress.Persistent.Base.General.ISupportNotifications"/> object is changed.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Notifications.NotificationsService.NotificationsChanged">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsService.NotificationsProviders">
<summary>
<para>Gets a list of registered Notifications Providers.
</para>
</summary>
<value>A <b>ReadOnlyCollection&lt;</b><see cref="T:DevExpress.Persistent.Base.General.INotificationsProvider"/><b>&gt;</b> list of objects that provide notifications.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Notifications.NotificationsService.NotificationTriggered">
<summary>
<para>Occurs when there are notifications to display.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.OnNotificationTriggered(System.Collections.Generic.IList`1)">
<summary>
<para> </para>
</summary>
<param name="currentNotificationItems">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.Postpone(System.Collections.Generic.IEnumerable`1,System.TimeSpan)">
<summary>
<para>Postpones the specified notification items for the given amount of time.
</para>
</summary>
<param name="itemsToPostpone">
An <b>IEnumerable&lt;</b><see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/><b>&gt;</b> object to be dismissed.
</param>
<param name="postponeTime">
A <see cref="T:System.TimeSpan"/> object that specifies the amount of time to postpone the notification.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.Refresh">
<summary>
<para>Refreshes the list of active notifications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.RefreshNotifications">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.RegisterNotificationsProvider(DevExpress.Persistent.Base.General.INotificationsProvider)">
<summary>
<para>Registers the specified Notifications Provider
</para>
</summary>
<param name="notificationProvider">
An <see cref="T:DevExpress.Persistent.Base.General.INotificationsProvider"/> object to register.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.SetItemChanged(DevExpress.Persistent.Base.General.INotificationItem)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="item">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.UnregisterNotificationsProvider(DevExpress.Persistent.Base.General.INotificationsProvider)">
<summary>
<para>Unregisters the specified Notifications Provider
</para>
</summary>
<param name="notificationProvider">
An <see cref="T:DevExpress.Persistent.Base.General.INotificationsProvider"/> object to register.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsService.UpdateDefaultNotificationsProvider(DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider)">
<summary>
<para>Recreates the <see cref="T:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider"/>.
</para>
</summary>
<param name="newDefaultNotificationsProvider">
The <see cref="T:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider"/> that specifies the new default Notifications Provider
</param>
</member>
<member name="T:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider">
<summary>
<para>A Notifications Provider that collects notifications from business objects that support the <see cref="T:DevExpress.Persistent.Base.General.INotificationsProvider"/> interface. Types that have descendants are ignored to avoid duplicate notifications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.#ctor(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Initializes a new instance of the DefaultNotificationsProvider class.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages an XAF application.
</param>
</member>
<member name="E:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.CustomizeNotificationCollectionCriteria">
<summary>
<para>Occurs before a criteria is applied to the notifications collection.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.Dismiss(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Dismisses the specified notification item.
</para>
</summary>
<param name="notificationItems">
An <see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/> object to be dismissed.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.Dispose">
<summary>
<para>Releases all resources used by an DefaultNotificationsProvider object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.GetActiveNotificationsCount">
<summary>
<para>Returns the number of active notifications.
</para>
</summary>
<returns>An integer value which is the number of active notifications.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.GetNotificationItems">
<summary>
<para>Returns the list of notification items.
</para>
</summary>
<returns>An <b>IEnumerable&lt;</b><see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/><b>&gt;</b> list of notification items.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.GetPostponedNotificationsCount">
<summary>
<para>Returns the number of postponed notifications.
</para>
</summary>
<returns>An integer value which is the number of postponed notifications.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.NotificationTypesInfo">
<summary>
<para>Gets information on business object types supported by the DefaultNotificationsProvider provider.
</para>
</summary>
<value>A <b>HashSet&lt;</b>ITypeInfo<b>&gt;</b> object that provides information on business object types supported by the <b>DefaultNotificatonProvider</b> provider.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider.Postpone(System.Collections.Generic.IEnumerable`1,System.TimeSpan)">
<summary>
<para>Postpones the specified notification item for the given amount of time.
</para>
</summary>
<param name="notificationItems">
A collection of <see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/> notification items to postpone.
</param>
<param name="postponeTime">
A <see cref="T:System.TimeSpan"/> object that specifies the amount of time to postpone the notification.
</param>
</member>
<member name="T:DevExpress.ExpressApp.Notifications.NotificationsModule">
<summary>
<para>The XAF module contained in the <i>DevExpress.ExpressApp.Notifications.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsModule.#ctor">
<summary>
<para>Initializes a new instance of the NotificationsModule class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.CanAccessPostponedItems">
<summary>
<para>Specifies if the <b>ShowNotifications</b> Action remains enabled when there are postponed notifications and no active notifications.
</para>
</summary>
<value><b>true</b>, if the <b>ShowNotifications</b> Action remains enabled when there are postponed notifications and no active notifications; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.DefaultNotificationsProvider">
<summary>
<para>Specifies the default Notifications Service and Notifications Providers that collects notifications from <see cref="T:DevExpress.Persistent.Base.General.ISupportNotifications"/> business objects.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Notifications.DefaultNotificationsProvider"/> object that collects notifications from business objects.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.NotificationsRefreshInterval">
<summary>
<para>Specifies the amount of time between successive refreshes of the notifications.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value that specifies the amount of time between successive refreshes of the notifications.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.NotificationsService">
<summary>
<para>Gets the Notifications Service.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Notifications.NotificationsService"/> object.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.NotificationsStartDelay">
<summary>
<para>Specifies the delay from the application start to the initial Reminders Window display.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value that specifies the delay from the application start to the initial Reminders Window display. The default is 5 seconds.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Notifications.NotificationsModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the NotificationsModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages an XAF application.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.ShowDismissAllAction">
<summary>
<para>Specifies whether or not the <b>DismissAll</b> Action is active in the Reminders Window.
</para>
</summary>
<value><b>true</b>, if the <b>DismissAll</b> Action is active; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.ShowNotificationsWindow">
<summary>
<para>Specifies if the Reminders Window is displayed automatically or a user should invoke it manually.
</para>
</summary>
<value><b>true</b> if the window is displayed automatically; otherwise, <b>false</b>. The default is <b>true</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Notifications.NotificationsModule.ShowRefreshAction">
<summary>
<para>Specifies whether or not the <b>Refresh</b> Action is active in the Reminders Window.
</para>
</summary>
<value><b>true</b>, if the <b>Refresh</b> Action is active; otherwise, <b>false</b>.
</value>
</member>
</members>
</doc>
@@ -0,0 +1,42 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.PivotChart.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.PivotChart.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule.#ctor">
<summary>
<para>Creates an instance of the PivotChartAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the PivotChartAspNetModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the PivotChartAspNetModule module.
</returns>
</member>
</members>
</doc>
@@ -0,0 +1,151 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.PivotChart.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.PivotChart.IModelMemberPivotChartVisibility">
<summary>
<para>Used to extend the Application Model's Member node with properties specific to the Pivot Chart Module.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotChart.IModelMemberPivotChartVisibility.IsVisibleInAnalysis">
<summary>
<para>Indicates whether the property is available for configuring data in the pivot grid.
</para>
</summary>
<value><b>true</b>, if the property is available for configuring data in the pivot grid; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation">
<summary>
<para>Used to extend the Application Model's NavigationItems node with properties specific to the Pivot Chart Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation.GenerateRelatedAnalysisGroup">
<summary>
<para>Specifies whether context navigation is enabled for the <b>Analysis</b> module.
</para>
</summary>
<value><b>true</b>, if context navigation is enabled for the <b>Analysis</b> module; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation.RelatedAnalysisGroupCaption">
<summary>
<para>Specifies the caption for the navigation items generated by the <b>Analysis</b> module, when context navigation is enabled.
</para>
</summary>
<value>A sting specifying the caption for the navigation items generated by the <b>Analysis</b> module, when context navigation is enabled.
</value>
</member>
<member name="T:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.PivotChart.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.#ctor">
<summary>
<para>Creates an instance of the PivotChartModuleBase class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
<summary>
<para>Registers the <b>PivotChartModuleBase</b> Generator Updater.
</para>
</summary>
<param name="updaters">
A <b>ModelNodesGeneratorUpdaters</b> object providing access to the list of Generator Updaters.
</param>
</member>
<member name="P:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.DataAccessMode">
<summary>
<para>Specifies the mode used to access the Collection Source's collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.CollectionSourceDataAccessMode"/> enumeration value that specifies the mode used to access a collection of business objects in List Views.
</value>
</member>
<member name="F:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.DefaultAnalysisDataNavigationItemCaption">
<summary>
<para>Specifies the default caption for the navigation group created by the PivotChart module.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Model.IModelClassReportsVisibility"/>, <see cref="T:DevExpress.ExpressApp.PivotChart.IModelMemberPivotChartVisibility"/>, and <see cref="T:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation"/> interfaces.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the PivotChartModuleBase module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the PivotChartModuleBase module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the PivotChartModuleBase.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>PivotChartModuleBase</b>.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.PivotChart.PivotChartModuleBase.ShowAdditionalNavigation">
<summary>
<para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.PivotChart.IModelPivotChartNavigation.GenerateRelatedAnalysisGroup"/> property.
</para>
</summary>
<value><b>true</b>, to enable context navigation for the PivotChart module, by default; otherwise, <b>false</b>.
</value>
</member>
</members>
</doc>
@@ -0,0 +1,215 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.PivotGrid.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.PivotGrid.Web.PivotGridAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.PivotGrid.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.PivotGridAspNetModule.#ctor">
<summary>
<para>Creates an instance of the PivotGridAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.PivotGridAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the PivotGridAspNetModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the PivotGridAspNetModule module.
</returns>
</member>
<member name="T:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor">
<summary>
<para>Represents the pivot grid List Editor used in the <b>XAF</b> ASP.NET Web applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>Creates and initializes an instance of the ASPxPivotGridListEditor class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.ApplyModel">
<summary>
<para>Updates the current List Editor's state in accordance with the information stored in the Application Model.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.BreakLinksToControls">
<summary>
<para>Removes references to the ASPxPivotGridListEditor's control and its event handlers.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.ChartControl">
<summary>
<para>Provides access to the ASPxPivotGridListEditor's charting control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/> object representing the current List Editor's charting control.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.ChartControlContainer">
<summary>
<para>Gets the container of the <see cref="P:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.ChartControl"/>
</para>
</summary>
<value>A <b>ResizableControlContainer</b> object that specifies the container of the <see cref="P:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.ChartControl"/>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.Dispose">
<summary>
<para>Releases all resources used by the ASPxPivotGridListEditor.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.FilterSettingsApplying">
<summary>
<para> </para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.FilterSettingsSaving">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.OnExporting">
<summary>
<para>Performs the required pre-export actions under the ASPxPivotGridListEditor.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.PagerSettingsApplied">
<summary>
<para> </para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.PagerSettingsApplying">
<summary>
<para> </para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.PagerSettingsSaving">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.PivotGridControl">
<summary>
<para>Provides access to the ASPxPivotGridListEditor's pivot grid control.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> object representing the current List Editor's pivot grid control.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.Printable">
<summary>
<para>Specifies the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object that is the control used for exporting. The default value is an <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter"/> object.
</value>
</member>
<member name="E:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.PrintableChanged">
<summary>
<para>Occurs when the ASPxPivotGridListEditor's control is created and disposed of.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.Refresh">
<summary>
<para>Refreshes the bound data source of the ASPxPivotGridListEditor's control.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.SaveModel">
<summary>
<para>Writes information on a List Editor's control to the Application Model.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.SupportedExportFormats">
<summary>
<para>Provides access to the list of export formats supported by the current ASPxPivotGridListEditor.
</para>
</summary>
<value>An <b>List&lt;</b><see cref="T:DevExpress.XtraPrinting.ExportTarget"/><b>&gt;</b> object that is a list of supported export formats.
</value>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.Web.ASPxPivotGridListEditor.UpdateChartVisibility(System.Boolean)">
<summary>
<para>This method is intended for internal use.
</para>
</summary>
<param name="isVisible">
</param>
</member>
</members>
</doc>
@@ -0,0 +1,419 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.PivotGrid.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.PivotGrid.IPivotSettings">
<summary>
<para>Declares members of classes that specify settings of the pivot grid List Editor used by a List View.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.AddNewColumns">
<summary>
<para>Specifies whether columns deleted via the <see cref="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.Settings"/> property in the current Application Model layer, but existing in previous layers, should be retained in the Pivot Grid List Editor.
</para>
</summary>
<value><b>true</b>, if columns deleted in the current Application Model layer, but existing in previous layers, should be retained in the Pivot Grid List Editor; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ChartDataVertical">
<summary>
<para>Specifies whether chart series are created based on pivot table columns or rows.
</para>
</summary>
<value><b>true</b>, if pivot table columns are represented by series on a chart; <b>false</b>, if pivot table rows are represented by series on a chart.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ChartSettings">
<summary>
<para>Specifies settings of the chart accompanying the pivot table.
</para>
</summary>
<value>A string representing serialized chart settings.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.CustomizationEnabled">
<summary>
<para>Indicates whether end-users can customize pivot table settings in Windows Forms applications, via the context menu's Invoke Wizard and Clear Settings Actions.
</para>
</summary>
<value><b>true</b>, if end-user customizations are allowed in Windows Forms applications; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.LayoutSettings">
<summary>
<para>Specifies layout settings.
</para>
</summary>
<value>A string representing serialized layout settings.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.RemoveOldColumns">
<summary>
<para>Specifies whether columns defined via the <see cref="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.Settings"/> property in previous Application Model layers, not defined in the current layer, should be available in the Pivot Grid List Editor.
</para>
</summary>
<value><b>true</b>, if columns defined in previous Application Model layers via the <b>Settings</b> property, not defined in the current layer, are not available in the Pivot Grid List Editor; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.Settings">
<summary>
<para>Provides access to the settings of the pivot grid List Editor used by a List View, editable via the Pivot Grid Property Editor.
</para>
</summary>
<value>A string representing the serialized pivot table settings.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowChart">
<summary>
<para>Specifies whether the chart accompanying the pivot table is displayed.
</para>
</summary>
<value><b>true</b>, if the chart accompanying the pivot table is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowColumnGrandTotals">
<summary>
<para>Specifies whether column grand totals are displayed in the chart accompanying the pivot table.
</para>
</summary>
<value><b>true</b>, if column grand totals are displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowColumnTotals">
<summary>
<para>Specifies whether column totals are displayed in the chart accompanying the pivot table.
</para>
</summary>
<value><b>true</b>, if column totals are displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowRowGrandTotals">
<summary>
<para>Specifies whether row grand totals are displayed in the chart accompanying the pivot table.
</para>
</summary>
<value><b>true</b>, if row grand totals are displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IPivotSettings.ShowRowTotals">
<summary>
<para>Specifies whether row totals are displayed in the chart accompanying the pivot table.
</para>
</summary>
<value><b>true</b>, if row totals are displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.PivotGrid.PivotGridModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.PivotGrid.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.#ctor">
<summary>
<para>Creates an instance of the PivotGridModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.PivotGrid.IModelPivotListView"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the PivotGridModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the PivotGridModule module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridModule.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of Resource Localizer types that can be used in an application that uses the current module.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers to be supplied with the current module.
</returns>
</member>
<member name="F:DevExpress.ExpressApp.PivotGrid.PivotGridModule.LocalizationGroup">
<summary>
<para>Specifies the name of a localization group node containing localization items specific to the Pivot Grid Module functionality.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.ExpressApp.PivotGrid.IModelPivotSettings">
<summary>
<para>The PivotSettings node provides access to the settings of the pivot grid List Editor used by a List View.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.PivotGrid.IModelPivotListView">
<summary>
<para>Used to extend the Application Model with the PivotSettings node.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.IModelPivotListView.PivotSettings">
<summary>
<para>Provides access to the PivotSettings node.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.PivotGrid.IModelPivotSettings"/> object representing the PivotSettings node.
</value>
</member>
<member name="T:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase">
<summary>
<para>An abstract class that serves as the base class for the Pivot Grid List Editors.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>Creates and initializes an instance of the PivotGridListEditorBase class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="F:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Alias">
<summary>
<para>This field is intended for internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.ApplyModel">
<summary>
<para>Updates the current List Editor's state in accordance with the information stored in the Application Model.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.BreakLinksToControls">
<summary>
<para>Removes references to the PivotGridListEditorBase's control and its event handlers.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.ChartControl">
<summary>
<para>Provides access to the PivotGridListEditorBase's charting control.
</para>
</summary>
<value>An object representing the current List Editor's charting control.
</value>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.ContextMenuTemplate">
<summary>
<para>Provides access to the PivotGridListEditorBase's Context Menu Template.
</para>
</summary>
<value>A control which implements the <b>IContextMenuTemplate</b> interface and represents a List Editor's Context Menu Template.
</value>
</member>
<member name="E:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.ControlDataSourceChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.PivotGridControl"/>'s data source is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Dispose">
<summary>
<para>Releases all resources used by the current List Editor.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetIndexByObject(System.Object)">
<summary>
<para>Returns the index of an object that represents the PivotGridListEditorBase's row.
</para>
</summary>
<param name="obj">
An object that represents the Pivot Grid List Editor's row.
</param>
<returns>An index of an object that represents the Pivot Grid List Editor's row.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetObjectByIndex(System.Int32)">
<summary>
<para>Returns an object that represents the PivotGridListEditorBase's row with the specified index.
</para>
</summary>
<param name="index">
The index of an object that represents the Pivot Grid List Editor's row.
</param>
<returns>The object that represents the Pivot Grid List Editor's row with the specified index.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetOrderedObjects">
<summary>
<para>Returns an ordered list of objects that represent the PivotGridListEditorBase's rows.
</para>
</summary>
<returns>An ordered list of objects that represent the Pivot Grid List Editor's rows.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.GetSelectedObjects">
<summary>
<para>Returns a collection of objects that are currently selected in the PivotGridListEditorBase's control.
</para>
</summary>
<returns>A list of the selected objects.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.PivotGridControl">
<summary>
<para>Provides access to the PivotGridListEditorBase's pivot grid control.
</para>
</summary>
<value>An object representing the current List Editor's pivot grid control.
</value>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Refresh">
<summary>
<para>Refreshes the bound data source of the PivotGridListEditorBase's control.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.RequiredProperties">
<summary>
<para>Returns an array of descriptors for the properties considered bindable by the PivotGridListEditorBase's Collection Source.
</para>
</summary>
<value>An array of descriptors for the properties considered bindable by the List Editor's Collection Source.
</value>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.SaveModel">
<summary>
<para>Writes information on a List Editor's control to the Application Model.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.SelectionType">
<summary>
<para>Returns the selection type supported by the PivotGridListEditorBase.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.
</value>
</member>
<member name="M:DevExpress.ExpressApp.PivotGrid.PivotGridListEditorBase.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Performs additional initialization of the PivotGridListEditorBase.
</para>
</summary>
<param name="collectionSource">
A <see cref="T:DevExpress.ExpressApp.CollectionSourceBase"/> object that is the Collection Source of the List View that the current List Editor represents in a UI.
</param>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that can be used to manage the current application.
</param>
</member>
</members>
</doc>
@@ -0,0 +1,100 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Reports.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Reports.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule.#ctor">
<summary>
<para>Creates an instance of the ReportsAspNetModule class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule.DefaultPreviewFormat">
<summary>
<para>Specifies in which format reports are previewed when they are pressed in a List View.
</para>
</summary>
<value>The <b>ReportOutputType</b> enumeration value that specifies the display format of reports from the Report List View.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the ReportsAspNetModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the ReportsAspNetModule module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the ReportsAspNetModule.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>HtmlPropertyEditorWindowsFormsModule</b>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the ReportsAspNetModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule.ShowFormatSpecificPreviewActions">
<summary>
<para>Specifies whether the <b>PreviewInMht</b>, <b>PreviewInXls</b>, <b>PreviewInPdf</b> and <b>PreviewInRtf</b> Actions are activated for the Report List View.
</para>
</summary>
<value><b>true</b> if the Actions are activated for the Report List View; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Reports.Web.WebReportServiceController">
<summary>
<para>A <see cref="T:DevExpress.ExpressApp.ViewController"/> descendant containing platform-specific code, providing end-users with ability to view reports.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.Web.WebReportServiceController.#ctor">
<summary>
<para>Initializes a new instance of the WebReportServiceController class.
</para>
</summary>
</member>
</members>
</doc>
@@ -0,0 +1,517 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Reports.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Reports.IModelNavigationItemsForReports">
<summary>
<para>Used to extend the Application Model's NavigationItems node with properties specific to the Reports Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Reports.IModelNavigationItemsForReports.GenerateRelatedReportsGroup">
<summary>
<para>Specifies whether context navigation is enabled for the Reports module.
</para>
</summary>
<value><b>true</b>, to enable context navigation for the Reports module; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Reports.IModelNavigationItemsForReports.RelatedReportsGroupCaption">
<summary>
<para>Specifies the caption for the navigation items generated by the Reports module, when context navigation is enabled.
</para>
</summary>
<value>A string specifying the caption for the navigation items generated by the Reports module, when context navigation is enabled.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Reports.ReportFiltering">
<summary>
<para>Provides access to properties that are used to filter the Report data source.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportFiltering.#ctor(DevExpress.ExpressApp.Reports.XafReport)">
<summary>
<para>Creates an instance of the ReportFiltering class.
</para>
</summary>
<param name="report">
An XafReport object that is the report to be filtered using the parameters provided by the current instance.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportFiltering.Application">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportFiltering.BeginInit">
<summary>
<para>For internal use only.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportFiltering.EndInit">
<summary>
<para>For internal use only.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportFiltering.Filter">
<summary>
<para>Specifies a criteria for filtering the report data source at the server level.
</para>
</summary>
<value>A string that is the criteria for filtering the current report's data source.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportFiltering.FilterDescription">
<summary>
<para>Gets or sets a textual description for the filter parameters used in the criteria specified by the Parameters Object.
</para>
</summary>
<value>A string that is the description of the filter parameters used in the criteria specified by the Parameters Object, whose type is set to the <see cref="P:DevExpress.ExpressApp.Reports.ReportFiltering.ParametersObjectType"/> property.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportFiltering.FilterForDesignPreview">
<summary>
<para>Specifies the criteria that is used to filter the report when it's previewed in the <b>Report Designer</b>.
</para>
</summary>
<value>A string that is the criteria for filtering the report when it's previewed in the <b>Report Designer</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportFiltering.ParametersObjectType">
<summary>
<para>Specifies the type of the object providing criteria, end-user parameters and sorting information for filtering the current report's data source.
</para>
</summary>
<value>The type of the object that provides criteria, sorting options and end-user parameters for filtering the current report's data source.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportFiltering.Report">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportFiltering.SetApplication(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="application">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportFiltering.ShouldSerializeFilter">
<summary>
<para>For internal use only.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportFiltering.ShouldSerializeFilterForDesignPreview">
<summary>
<para>For internal use only.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.ExpressApp.Reports.ReportsModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Reports.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.#ctor">
<summary>
<para>Creates an instance of the ReportsModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.ActivateReportController(DevExpress.ExpressApp.ViewController)">
<summary>
<para>Activates the ReportsController.
</para>
</summary>
<param name="controller">
A <b>ReportsController</b> instance to be activated.
</param>
<returns><b>true</b>, if the <b>ReportsController</b> has been successfully activated; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.ActivateReportController(DevExpress.ExpressApp.ViewController,System.Type@)">
<summary>
<para>Activates the ReportsController.
</para>
</summary>
<param name="controller">
A <b>ReportsController</b> instance to be activated.
</param>
<param name="reportDataType">
The Report data type used by the <b>ReportsModule</b> in the current application.
</param>
<returns><b>true</b>, if the <b>ReportsController</b> has been successfully activated; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
<summary>
<para>Registers the <b>ReportsModule</b> Generator Updater.
</para>
</summary>
<param name="updaters">
A <b>ModelNodesGeneratorUpdaters</b> object providing access to the list of Generator Updaters.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.CustomizeTypesInfo(DevExpress.ExpressApp.DC.ITypesInfo)">
<summary>
<para>Customizes metadata on business classes specific to the ReportsModule before loading the metadata to the Application Model's <b>BOModel</b> node.
</para>
</summary>
<param name="typesInfo">
An <see cref="T:DevExpress.ExpressApp.DC.ITypesInfo"/> object which holds metadata information on business classes to be loaded to the Application Model.
</param>
</member>
<member name="F:DevExpress.ExpressApp.Reports.ReportsModule.DefaultEnableInplaceReports">
<summary>
<para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.Reports.ReportsModule.EnableInplaceReports"/> property.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Reports.ReportsModule.DefaultReportDataCaption">
<summary>
<para>Specifies the display caption associated with the class specified by the <see cref="P:DevExpress.ExpressApp.Reports.ReportsModule.ReportDataType"/> property.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Reports.ReportsModule.DefaultReportDataImageName">
<summary>
<para>Specifies the name of the image associated with the class specified by the <see cref="P:DevExpress.ExpressApp.Reports.ReportsModule.ReportDataType"/> property.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Reports.ReportsModule.DefaultReportDataNavigationItemCaption">
<summary>
<para>Specifies the default caption for the navigation group created by the Reports module.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Reports.ReportsModule.EmptyReportNameErrorMessage">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportsModule.EnableInplaceReports">
<summary>
<para>Specifies whether inplace reports are enabled.
</para>
</summary>
<value><b>true</b>, to enable inplace reports; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Model.IModelClassReportsVisibility"/> and <see cref="T:DevExpress.ExpressApp.Reports.IModelNavigationItemsForReports"/> interfaces.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.FindReportsModule(DevExpress.ExpressApp.ModuleList)">
<summary>
<para>Searches for a ReportsModule instance in a particular module list.
</para>
</summary>
<param name="modules">
A <b>ModuleList</b> object, which is a collection of modules.
</param>
<returns>A <see cref="T:DevExpress.ExpressApp.Reports.ReportsModule"/> instance found in the <i>modules</i> module list.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.GetCurrentReportDataType(DevExpress.ExpressApp.ModuleList)">
<summary>
<para>Searches for a ReportsModule instance in a particular module list and returns the Report data type used by the found module.
</para>
</summary>
<param name="modules">
A <b>ModuleList</b> object, which is a collection of modules.
</param>
<returns>The Report data type used by the <b>ReportsModule</b> instance found in the <i>modules</i> module list.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.GetIsVisibleInReports(DevExpress.ExpressApp.DC.ITypeInfo,System.Boolean@)">
<summary>
<para>Specifies whether a particular class is decorated with the <see cref="T:DevExpress.Persistent.Base.VisibleInReportsAttribute"/> or <see cref="T:DevExpress.Persistent.Base.DefaultClassOptionsAttribute"/>.
</para>
</summary>
<param name="classInfo">
An <see cref="T:DevExpress.ExpressApp.DC.ITypeInfo"/> object supplying metadata on a class to be checked.
</param>
<param name="isVisible">
<b>true</b>, if end-users can create reports on objects of the class specified by the <i>classInfo</i> parameter; otherwise, <b>false</b>.
</param>
<returns><b>true</b>, if the class specified by the <i>classInfo</i> parameter is decorated with the <b>VisibleInReportsAttribute</b> or <b>DefaultClassOptionsAttribute</b>; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the ReportsModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the ReportsModule module.
</returns>
</member>
<member name="F:DevExpress.ExpressApp.Reports.ReportsModule.IsInplaceReportMemberName">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportsModule.ReportDataType">
<summary>
<para>Specifies the report data type used by the Reports module.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object specifying the report data type used by the Reports module.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Reports.ReportsModule.ReportStorageCreated">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportsModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the ReportsModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.Application"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportsModule.ShowAdditionalNavigation">
<summary>
<para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.Reports.IModelNavigationItemsForReports.GenerateRelatedReportsGroup"/> property.
</para>
</summary>
<value><b>true</b>, to enable context navigation for the Reports module, by default; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Reports.ReportsModule.XafReportStorageExtension">
<summary>
<para>Specifies a <b>ReportStorageExtension</b> instance used by the ReportsModule to persist reports via an end-user report designer.
</para>
</summary>
<value>An <b>XafReportStorageExtension</b> object used to persists reports via an end-user report designer.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Reports.ReportServiceController">
<summary>
<para>Provides basic functionality for the <see cref="T:DevExpress.ExpressApp.Reports.Web.WebReportServiceController"/> and <see cref="T:DevExpress.ExpressApp.Reports.Win.WinReportServiceController"/> Controllers.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportServiceController.ShowPreview(System.Type,System.Object)">
<summary>
<para>Invokes the Preview Report window.
</para>
</summary>
<param name="reportDataType">
A <see cref="T:System.Type"/> of the report to be displayed in the Preview Report window.
</param>
<param name="reportDataKey">
An object representing the key property value of the <b>ReportData</b> object to be displayed in the Preview Report window.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportServiceController.ShowPreview(DevExpress.Persistent.Base.General.IReportData,System.Boolean)">
<summary>
<para>Invokes the Preview Report window.
</para>
</summary>
<param name="reportData">
An <b>IReportData</b> object which is the report to be displayed in the Preview Report window.
</param>
<param name="reloadReportDataInNewObjectSpace">
<b>true</b>, to reload <i>reportData</i> into a new Object Space; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportServiceController.ShowPreview(DevExpress.Persistent.Base.General.IReportData,DevExpress.Data.Filtering.CriteriaOperator,System.Boolean)">
<summary>
<para>Invokes the Preview Report window.
</para>
</summary>
<param name="reportData">
An <b>IReportData</b> object which is the report to be displayed in the Preview Report window.
</param>
<param name="criteria">
A <b>CriteriaOperator</b> object containing report parameter values.
</param>
<param name="reloadReportDataInNewObjectSpace">
<b>true</b>, to reload <i>reportData</i> into a new Object Space; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportServiceController.ShowPreview(DevExpress.Persistent.Base.General.IReportData)">
<summary>
<para>Invokes the Preview Report window.
</para>
</summary>
<param name="reportData">
An <b>IReportData</b> object which is the report to be displayed in the Preview Report window.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Reports.ReportServiceController.ShowPreview(DevExpress.Persistent.Base.General.IReportData,DevExpress.Data.Filtering.CriteriaOperator)">
<summary>
<para>Invokes the Preview Report window.
</para>
</summary>
<param name="reportData">
An <b>IReportData</b> object which is the report to be displayed in the Preview Report window.
</param>
<param name="criteria">
A <b>CriteriaOperator</b> object containing report parameter values.
</param>
</member>
</members>
</doc>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,374 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Scheduler.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb">
<summary>
<para>Used to extend the Application Model's ListView node with settings specific to the ASP.NET Scheduler Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb.DateNavigatorRowCount">
<summary>
<para>Specifies the count of calendars displayed by the Scheduler List Editor.
</para>
</summary>
<value>An integer value specifying the count of calendars to be displayed by the Scheduler List Editor.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb.ScrollAreaHeight">
<summary>
<para>Specifies the height of the scroll container that encloses the scheduler.
</para>
</summary>
<value>An integer value specifying the height of the scroll container that encloses the scheduler.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Scheduler.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.#ctor">
<summary>
<para>Creates an instance of the SchedulerAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the SchedulerAspNetModule.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>SchedulerAspNetModule</b>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the SchedulerAspNetModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.Application"/> property.
</param>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor">
<summary>
<para>Represents the Scheduling List Editor used in the <b>XAF</b> ASP.NET Web applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>Creates and initializes an instance of the ASPxSchedulerListEditor class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ApplyModel">
<summary>
<para>Updates the current List Editor's state in accordance with the information stored in the Application Model.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Appointments">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.AppointmentsCustomFieldMappings">
<summary>
<para>Provides access to the collection of objects specifying mappings of the appointments' custom properties to appropriate data fields.
</para>
</summary>
<value>An <b>AppointmentCustomFieldMappingCollection</b> object specifying mappings of the appointments' custom properties to appropriate data fields.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.AppointmentsMappings">
<summary>
<para>Provides access to an object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
</para>
</summary>
<value>An <b>AppointmentMappingInfo</b> object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BeginUpdate">
<summary>
<para>Prevents the ASPxSchedulerListEditor's control from being updated until the <see cref="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BreakLinksToControls">
<summary>
<para>Removes references to the ASPxSchedulerListEditor's control and its event handlers.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.CommitChanges">
<summary>
<para>This event is intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ContextMenuTemplate">
<summary>
<para>Provides access to the ASPxSchedulerListEditor's Context Menu Template.
</para>
</summary>
<value>A control which implements the <b>IContextMenuTemplate</b> interface and represents a List Editor's Context Menu Template.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ControlInitialized">
<summary>
<para>For internal use only.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.DateNavigator">
<summary>
<para>Provides access to the ASPxSchedulerListEditor's Date Navigator.
</para>
</summary>
<value>A <b>DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner</b> object that represents a Date Navigator.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Dispose">
<summary>
<para>Releases all resources used by the ASPxSchedulerListEditor.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.EndUpdate">
<summary>
<para>Unlocks the ASPxSchedulerListEditor's control after a call to the <see cref="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.IsSchedulerControlLoaded">
<summary>
<para>Indicates whether <see cref="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SchedulerControl"/> has been loaded.
</para>
</summary>
<value><b>true</b> if the <b>Scheduler</b> control is loaded; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.OnExporting">
<summary>
<para>Performs the required pre-export actions under the <b>ASPxSchedulerListEditor</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.OptionsCustomization">
<summary>
<para>Provides access to the scheduler's customization options.
</para>
</summary>
<value>A <b>SchedulerOptionsCustomization</b> object representing the scheduler's customization options.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Refresh">
<summary>
<para>Refreshes the bound data source of the ASPxSchedulerListEditor's control.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Resources">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ResourcesMappings">
<summary>
<para>Provides access to an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
</para>
</summary>
<value>A <b>ResourceMappingInfo</b> object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SaveModel">
<summary>
<para>Writes information on a List Editor's control to the Application Model.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SchedulerControl">
<summary>
<para>Provides access to the ASPxSchedulerListEditor's control.
</para>
</summary>
<value>An <b>ASPxScheduler</b> object that represents the <b>ASPxSchedulerListEditor</b>'s control.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectedAppointments">
<summary>
<para>Provides access to the collection of selected appointments.
</para>
</summary>
<value>An <b>AppointmentBaseCollection</b> object representing the collection of selected appointments.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectedInterval">
<summary>
<para>Specifies the time interval currently selected in the scheduler's active view by an end-user.
</para>
</summary>
<value>A <b>TimeInterval</b> object specifying the time interval currently selected in the scheduler's active view by an end-user.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectedResource">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectEvent(DevExpress.Persistent.Base.General.IEvent)">
<summary>
<para>Selects a specified object in the current Scheduler List Editor.
</para>
</summary>
<param name="objectToSelect">
An <b>IEvent</b> object to be selected in the current Scheduler List Editor.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Performs additional initialization of the ASPxSchedulerListEditor.
</para>
</summary>
<param name="collectionSource">
A <see cref="T:DevExpress.ExpressApp.CollectionSourceBase"/> object that represent the Collection Source of the List View that the current List Editor represents in a UI.
</param>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that can be used to manage the current application.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ShowHideDateNavigatorTooltip">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Start">
<summary>
<para>Specifies the start date of the scheduler.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object specifying the start date of the scheduler.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.StorageBase">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.TestControlType">
<summary>
<para>For internal use only.
</para>
</summary>
<value>A <b>TestControlType</b> enumeration value representing the type of a test control used for the current <b>ASPxSchedulerListEditor</b>.
</value>
</member>
</members>
</doc>
@@ -0,0 +1,893 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Scheduler.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler">
<summary>
<para>Used to extend the Application Model's ListView node with settings specific to the Scheduler Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.DayViewTimeScale">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.FullWeekViewTimeScale">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.ResourceClass">
<summary>
<para>Specifies the type of the objects that will serve as a resource data source for the Scheduler List Editor.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Model.IModelClass"/> object representing the Class node corresponding to the type of the objects that will serve as a resource data source for the Scheduler List Editor.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.ResourceClasses">
<summary>
<para>Specifies the types that can serve as a resource data source for the Scheduler List Editor.
</para>
</summary>
<value>An <b>IModelList&lt;</b><see cref="T:DevExpress.ExpressApp.Model.IModelClass"/><b>&gt;</b> object representing a collection of Class nodes corresponding to the resource data source types.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.SchedulerViewType">
<summary>
<para>Specifies the view type used by the Scheduler List Editor.
</para>
</summary>
<value>A <b>DevExpress.XtraScheduler.SchedulerViewType</b> enumeration value specifying the view type used by the Scheduler List Editor.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.SelectedIntervalEnd">
<summary>
<para>Specifies the ending point of the time interval selected in the scheduler's active view.
</para>
</summary>
<value>A <b>DateTime</b> object specifying the ending point of the time interval selected in the scheduler's active view.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.SelectedIntervalStart">
<summary>
<para>Specifies the starting point of the time interval selected in the scheduler's active view.
</para>
</summary>
<value>A <b>DateTime</b> object specifying the starting point of the time interval selected in the scheduler's active view.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.TimeScale">
<summary>
<para>Specifies the time interval for the time slots in the scheduling area.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval for the time slots.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.VisibleResourcesCount">
<summary>
<para>Specifies the count of resources shown at one time on a scheduler.
</para>
</summary>
<value>An integer value specifying the count of resources shown at one time on a scheduler.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler.WorkWeekViewTimeScale">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs">
<summary>
<para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.#ctor(System.Type)">
<summary>
<para>Creates and initializes a new instance of the ResourceDataSourceCreatingEventArgs class.
</para>
</summary>
<param name="resourceType">
Specifies the type of the Resource objects used by the scheduler control. This argument's value is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.ResourceType"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.DataSource">
<summary>
<para>Specifies the object used to store resources.
</para>
</summary>
<value>An object that stores resources.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatingEventArgs.ResourceType">
<summary>
<para>Specifies the type of the Resource objects used by the scheduling control.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object that represents the type of the Resource objects used by the scheduling control.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs">
<summary>
<para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.#ctor(System.Type,System.Object)">
<summary>
<para>Creates and initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
</para>
</summary>
<param name="resourceType">
Specifies the type of the resource objects used by the scheduler control.
</param>
<param name="dataSource">
Specifies the object used to store resources. This argument's value is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.DataSource"/> property.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
</para>
</summary>
<param name="dataSource">
A data source object.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ResourceDataSourceCreatedEventArgs.DataSource">
<summary>
<para>Specifies the object used to store resources.
</para>
</summary>
<value>An object that stores resources.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs">
<summary>
<para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ExceptionEventCreated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.#ctor(DevExpress.Persistent.Base.General.IEvent,DevExpress.Persistent.Base.General.IEvent)">
<summary>
<para>Creates and initilizes an instance of the ExceptionEventCreatedEventArgs class.
</para>
</summary>
<param name="patternEvent">
Specifies the original Event occurrence that was changed. This parameter is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.PatternEvent"/> property.
</param>
<param name="exceptionEvent">
Specifies the exceptional Event occurrence that was created. This parameter is assigned to the <see cref="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.ExceptionEvent"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.ExceptionEvent">
<summary>
<para>Specifies the exceptional Event occurrence that was created.
</para>
</summary>
<value>An <b>IEvent</b> object which specifies the exceptional Event occurrence which was created.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.ExceptionEventCreatedEventArgs.PatternEvent">
<summary>
<para>Specifies the original Event occurrence that was changed.
</para>
</summary>
<value>An <b>IEvent</b> object that specifies the original Event occurrence which was changed.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase">
<summary>
<para>An abstract class that serves as the base class for the Scheduling List Editors from the Scheduler module.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>The constructor which provides basic functionality for the classes derived from the SchedulerListEditorBase class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Appointments">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.AppointmentsCustomFieldMappings">
<summary>
<para>Provides access to the collection of objects specifying mappings of the appointments' custom properties to appropriate data fields.
</para>
</summary>
<value>An <b>AppointmentCustomFieldMappingCollection</b> object specifying mappings of the appointments' custom properties to appropriate data fields.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.AppointmentsMappings">
<summary>
<para>Provides access to an object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
</para>
</summary>
<value>An <b>AppointmentMappingInfo</b> object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.AssignCustomProperties(DevExpress.XtraScheduler.Appointment)">
<summary>
<para> </para>
</summary>
<param name="appointment">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.BeginUpdate">
<summary>
<para>Prevents the SchedulerListEditorBase's control from being updated until the <see cref="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.CreateDeleteHelper">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.DateNavigator">
<summary>
<para>Provides access to the SchedulerListEditorBase's Date Navigator.
</para>
</summary>
<value>A <b>DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner</b> object that represents a Date Navigator.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EndUpdate">
<summary>
<para>Unlocks the SchedulerListEditorBase's control after a call to the <see cref="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.EventAssigner">
<summary>
<para>Intended for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ExceptionEventCreated">
<summary>
<para>Occurs when an exceptional Event occurrence is created.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.FilterDataSource">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.FocusedObject">
<summary>
<para>Gets or sets the focused object in the SchedulerListEditorBase.
</para>
</summary>
<value>The focused object.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetAppointment(DevExpress.Persistent.Base.General.IEvent,DevExpress.ExpressApp.IObjectSpace)">
<summary>
<para> </para>
</summary>
<param name="schedulerEvent">
</param>
<param name="objectSpace">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetAppointment(DevExpress.Persistent.Base.General.IEvent)">
<summary>
<para> </para>
</summary>
<param name="schedulerEvent">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetIndexByObject(System.Object)">
<summary>
<para>Returns the index of an object that represents the <b>Scheduler</b>'s Event.
</para>
</summary>
<param name="obj">
An object that represents the <b>Scheduler</b>'s Event.
</param>
<returns>An index of an object that represents the <b>Scheduler</b>'s Event.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetObjectByIndex(System.Int32)">
<summary>
<para>Returns an object that represents the <b>Scheduler</b>'s Event with the specified index.
</para>
</summary>
<param name="index">
An index of the <b>Scheduler</b>'s Event.
</param>
<returns>An object that represents the <b>Scheduler</b>'s Event with the specified index.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetOrderedObjects">
<summary>
<para>Returns an ordered list of objects that represent the <b>Scheduler</b>'s Events.
</para>
</summary>
<returns>An ordered list of objects that represent the <b>Scheduler</b>'s Events.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetResourceType">
<summary>
<para>Returns the type of the Resource objects used by the <b>Scheduler</b>.
</para>
</summary>
<returns>A <see cref="T:System.Type"/> object that represents the type of the Resource objects used by the scheduling control.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.GetSelectedObjects">
<summary>
<para>Returns a collection of objects that are currently selected in the SchedulerListEditorBase's control.
</para>
</summary>
<returns>A <see cref="T:System.Collections.IList"/> object that represents a list of the selected objects.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsChangedOccurrenceFocused">
<summary>
<para>Indicates whether a recurring Event's occurrence, which was changed and now does not satisfy the recurrency pattern, is focused in the <b>Scheduler</b>.
</para>
</summary>
<value><b>true</b>, if a recurring Event's occurrence, which was changed and now does not satisfy the recurrency pattern, is focused in the <b>Scheduler</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsOccurrenceFocused">
<summary>
<para>Indicates whether a non-recurring Event is focused in the <b>Scheduler</b>.
</para>
</summary>
<value><b>true</b>, if a non-recurring Event is focused in the <b>Scheduler</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsPatternFocused">
<summary>
<para>Indicates whether an Event which serves as the pattern for other recurring Events is focused in the <b>Scheduler</b>.
</para>
</summary>
<value><b>true</b>, if an Event which serves as the pattern for other recurring Events is focused in the <b>Scheduler</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.IsSchedulerControlLoaded">
<summary>
<para>Indicates whether the <b>Scheduler</b> control has been loaded.
</para>
</summary>
<value><b>true</b> if the <b>Scheduler</b> control is loaded; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.NewAction">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.OptionsCustomization">
<summary>
<para>Provides access to the scheduler's customization options.
</para>
</summary>
<value>A <b>SchedulerOptionsCustomization</b> object representing the scheduler's customization options.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.RequiredProperties">
<summary>
<para>Returns an array of descriptors for the properties considered bindable by the SchedulerListEditorBase's Collection Source.
</para>
</summary>
<value>An array of descriptors for the properties considered bindable by the List Editor's Collection Source.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreated">
<summary>
<para>Occurs after the resources data source has been instantiated by the <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>'s descendant.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourceDataSourceCreating">
<summary>
<para>Occurs before the resources data source has been instantiated by the <see cref="T:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase"/>'s descendant.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Resources">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.ResourcesMappings">
<summary>
<para>Provides access to an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
</para>
</summary>
<value>A <b>ResourceMappingInfo</b> object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SchedulerDeleteHelper">
<summary>
<para>Intended for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SchedulerViewTypeAttribute">
<summary>
<para>Holds the <b>SchedulerViewType</b> property's name of the Application Model's <b>Views</b> | <b><i>&lt;ListView&gt;</i></b> node.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectedAppointments">
<summary>
<para>Provides access to the collection of selected appointments.
</para>
</summary>
<value>An <b>AppointmentBaseCollection</b> object representing the collection of selected appointments.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectedInterval">
<summary>
<para>Specifies the time interval currently selected in the scheduler's active view by an end-user.
</para>
</summary>
<value>A <b>TimeInterval</b> object specifying the time interval currently selected in the scheduler's active view by an end-user.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectedResource">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SelectionType">
<summary>
<para>Returns the selection type supported by the SchedulerListEditorBase.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Performs additional initialization of the SchedulerListEditorBase.
</para>
</summary>
<param name="collectionSource">
A <see cref="T:DevExpress.ExpressApp.CollectionSourceBase"/> object that represent the Collection Source of the List View that the current List Editor represents in a UI.
</param>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that can be used to manage the current application.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.SourceObjectHelper">
<summary>
<para>Intended for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.Start">
<summary>
<para>Specifies the start date of the scheduler.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object specifying the start date of the scheduler.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerListEditorBase.StorageBase">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider">
<summary>
<para>A Notifications Provider that collects notifications from the <b>Event</b> class from the Business Classes Library (both for Entity Framework and XPO).
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.#ctor(DevExpress.ExpressApp.XafApplication,System.Collections.Generic.HashSet`1)">
<summary>
<para>Initializes a new instance of the NotificationsProvider class.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages the current application.
</param>
<param name="eventsType">
A set of event types supported by NotificationsProvider.
</param>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.NotificationsProvider.CustomizeAppointmentMapping">
<summary>
<para>Occurs when the NotificationsProvider is initialized by the scheduler storage.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.NotificationsProvider.CustomizeNotificationCollectionCriteria">
<summary>
<para>Occurs before a criteria is applied to the notifications collection.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.NotificationsProvider.CustomizePrefetchProperties">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Dismiss(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Dismisses the specified notification items.
</para>
</summary>
<param name="notificationItems">
A list of <see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/> objects to be dismissed.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Dispose">
<summary>
<para>Releases all resources used by an NotificationsProvider object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.GetActiveNotificationsCount">
<summary>
<para>Returns the number of active notifications.
</para>
</summary>
<returns>An integer value which is the number of active notifications.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.GetNotificationItems">
<summary>
<para>Returns the list of notification items for the given list of <see cref="T:DevExpress.Persistent.Base.General.ISupportNotifications"/> objects.
</para>
</summary>
<returns>An <b>IEnumerable&lt;</b><see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/><b>&gt;</b> list of notification items.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.GetPostponedNotificationsCount">
<summary>
<para>Returns the number of postponed notifications.
</para>
</summary>
<returns>An integer value which is the number of postponed notifications.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.NotificationsProvider.NotificationTypesInfo">
<summary>
<para>Gets information on business object types supported by the NotificationsProvider provider.
</para>
</summary>
<value>A <b>HashSet&lt;</b>ITypeInfo<b>&gt;</b> object that provides information on business object types supported by the <b>NotificatonsProvider</b> provider.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.Postpone(System.Collections.Generic.IEnumerable`1,System.TimeSpan)">
<summary>
<para>Postpones the specified notification item for the given amount of time.
</para>
</summary>
<param name="notificationItems">
An <see cref="T:DevExpress.Persistent.Base.General.INotificationItem"/> notification item to postpone.
</param>
<param name="postponeTime">
A <see cref="T:System.TimeSpan"/> object that specifies the amount of time to postpone the notification.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.NotificationsProvider.SetSchedulerStorage(DevExpress.XtraScheduler.SchedulerStorageBase)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="schedulerStorage">
</param>
</member>
<member name="T:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Scheduler.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.#ctor">
<summary>
<para>Creates an instance of the SchedulerModuleBase class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.ConvertXml(DevExpress.ExpressApp.Updating.ConvertXmlParameters)">
<summary>
<para>Converts legacy Application Model differences containing SchedulerModuleBase related data.
</para>
</summary>
<param name="convertXmlArgs">
A <see cref="T:DevExpress.ExpressApp.Updating.ConvertXmlParameters"/> object, representing an Application Model node's differences.
</param>
</member>
<member name="E:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.CustomizeReminderEventTypes">
<summary>
<para>Occurs when the business object types that supply notifications are collected.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Scheduler.IModelListViewScheduler"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the SchedulerModuleBase module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the SchedulerModuleBase module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the SchedulerModuleBase.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>SchedulerModuleBase</b>.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.NotificationsProvider">
<summary>
<para>Gets the <see cref="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider"/> that collects notifications from the <b>Event</b> business objects.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Scheduler.NotificationsProvider"/> object.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Scheduler.SchedulerModuleBase.VisibleResourcesCountAttribute">
<summary>
<para>This constant is intended for internal use.
</para>
</summary>
<returns> </returns>
</member>
</members>
</doc>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,91 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.StateMachine.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.StateMachine.StateMachineModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.StateMachine.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.StateMachine.StateMachineModule.#ctor">
<summary>
<para>Creates an instance of the StateMachineModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.StateMachine.StateMachineModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the StateMachineModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the StateMachineModule module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.StateMachine.StateMachineModule.GetXafResourceLocalizerTypes">
<summary>
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the StateMachineModule.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>SchedulerModuleBase</b>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.StateMachine.StateMachineModule.RegisterDomainComponentEntities(DevExpress.ExpressApp.DC.ITypesInfo,System.String,System.String,System.String,System.String)">
<summary>
<para>Registers the domain component entities that are required by the State Machine module.
</para>
</summary>
<param name="typesInfo">
An <b>ITypesInfo</b> object that is the type information store within which the domain components required for the State Machine module must be registered.
</param>
<param name="stateMachineEntityName">
A string that specifies the name for the State Machine entity.
</param>
<param name="stateEntityName">
A string that specifies the name for the State entity.
</param>
<param name="transitionEntityName">
A string that specifies the name for the Transition entity.
</param>
<param name="stateAppearanceEntityName">
A string that specifies the name for the State Appearance entity.
</param>
</member>
<member name="P:DevExpress.ExpressApp.StateMachine.StateMachineModule.StateMachineStorageType">
<summary>
<para>Specifies a persistent type used to store state machines in the database.
</para>
</summary>
<value>A persistent type used to store state machines in the database.
</value>
</member>
</members>
</doc>
@@ -0,0 +1,446 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.TreeListEditors.Web.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor">
<summary>
<para>Represents an ASP.NET Web List Editor that displays data in the form of a tree-like structure.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
<summary>
<para>Creates and initializes an instance of the ASPxTreeListEditor class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Adapter">
<summary>
<para>Provides access to the tree node adapter used by the ASPxTreeListEditor.
</para>
</summary>
<value>A <b>TreeNodeInterfaceAdapter</b> object that represents the tree node adapter used by the <b>ASPxTreeListEditor</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ApplyModel">
<summary>
<para>Updates the current List Editor's state in accordance with the information stored in the Application Model.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.BeginUpdateSelection">
<summary>
<para>Begins updating the ASPxTreeListEditor's selection.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.BreakLinksToControls">
<summary>
<para>Removes references to the ASPxTreeListEditor's control and its event handlers.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ClientId">
<summary>
<para>Gets the ASPxTreeListEditor control's identifier generated by ASP.NET.
</para>
</summary>
<value>A string which is the server control identifier generated by ASP.NET.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Columns">
<summary>
<para>Provides access to a collection of objects representing the ASPxTreeListEditor's columns.
</para>
</summary>
<value>An <b>IList&lt;ColumnWrapper&gt;</b> object representing a collection of ASPxTreeListEditor's column wrappers.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ContextMenuTemplate">
<summary>
<para>Provides access to the ASPxTreeListEditor's Context Menu Template.
</para>
</summary>
<value>A control which implements the <b>IContextMenuTemplate</b> interface and represents a List Editor's Context Menu Template.
</value>
</member>
<member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ControlDataSourceChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/>'s data source is changed.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.ControlInitialized">
<summary>
<para>For internal use only.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.CustomizeAppearance">
<summary>
<para>Occurs before the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/>'s cell has been repainted in a UI. Enables the appearance settings of individual cells to be changed.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.DataBinder">
<summary>
<para>Provides access to the object that binds the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control to data.
</para>
</summary>
<value>An <b>ASPxTreeListDataBinderBase</b> object that binds the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control to data.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.DataBindingMode">
<summary>
<para>Specifies how the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control is bound to data.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.TreeListEditors.DataBindingMode"/> enumeration value which specifies how the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control is bound to data.
</value>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Dispose">
<summary>
<para>Releases all resources used by the ASPxTreeListEditor.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.EndUpdateSelection">
<summary>
<para>Ends updating the ASPxTreeListEditor's selection.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.GetContainerId(System.Web.UI.Control,System.String)">
<summary>
<para>This method is intended for internal use.
</para>
</summary>
<param name="container">
</param>
<param name="propertyName">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.GetControlSelectedObjects">
<summary>
<para>Returns a list of objects selected in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control.
</para>
</summary>
<returns>An <b>IList&lt;object&gt;</b> list of objects selected in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.GetObject(System.Web.UI.Control)">
<summary>
<para>This method is intended for internal use.
</para>
</summary>
<param name="container">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.HoldRootValue">
<summary>
<para>Specifies whether the nodes whose parent node is absent in the ASPxTreeListEditor's data source should be displayed as root.
</para>
</summary>
<value><b>true</b>, if the nodes whose parent node is absent in the data source are displayed as root; otherwise, <b>false</b>. The default value is <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.IsFooterVisible">
<summary>
<para>Specifies whether the ASPxTreeListEditor's footer is visible.
</para>
</summary>
<value><b>true</b>, if the footer is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.OnExporting">
<summary>
<para>Performs the required pre-export actions under the <b>ASPxTreeListEditor</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Printable">
<summary>
<para>Specifies the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object that is the control used for exporting. The default value is an <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListExporter"/> object.
</value>
</member>
<member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.PrintableChanged">
<summary>
<para>Occurs when the ASPxTreeListEditor's control is created and disposed of.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.Refresh">
<summary>
<para>Refreshes the bound data source of the ASPxTreeListEditor's control.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RegisterCallbackStartupScript">
<summary>
<para>This event is intended for internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RemoveColumn(DevExpress.ExpressApp.Editors.ColumnWrapper)">
<summary>
<para>Removes a particular column from the ASPxTreeListEditor's <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/>.
</para>
</summary>
<param name="column">
A <b>ColumnWrapper</b> object representing the column to remove.
</param>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RequiredProperties">
<summary>
<para>Returns an array of descriptors for the properties considered bindable by the ASPxTreeListEditor's Collection Source.
</para>
</summary>
<value>An array of descriptors for the properties considered bindable by the List Editor's Collection Source.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RootValue">
<summary>
<para>Specifies the root node.
</para>
</summary>
<value>An object which specifies the root node. The default value is <i>null</i>.
</value>
</member>
<member name="F:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.RowObjectColumnName">
<summary>
<para>Specifies the name of the hidden column which stores actual business objects displayed by the ASPxTreeListEditor.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.SaveModel">
<summary>
<para>Writes information on a List Editor's control to the Application Model.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.SelectionType">
<summary>
<para>Returns the selection type supported by the ASPxTreeListEditor.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.
</value>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.SetControlSelectedObjects(System.Collections.Generic.IList`1)">
<summary>
<para>Changes the selection in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control.
</para>
</summary>
<param name="objects">
An <b>IList&lt;object&gt;</b> list of objects to be selected in the <see cref="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList"/> control.
</param>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.SupportedExportFormats">
<summary>
<para>Provides access to the list of export formats supported by the current ASPxTreeListEditor.
</para>
</summary>
<value>An <b>List&lt;</b><see cref="T:DevExpress.XtraPrinting.ExportTarget"/><b>&gt;</b> object that is a list of supported export formats.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TestCaption">
<summary>
<para>For internal use only.
</para>
</summary>
<value>A string value representing a caption of the test control used for the current <b>ASPxTreeListEditor</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TestControl">
<summary>
<para>For internal use only.
</para>
</summary>
<value>An <b>IJScriptTestControl</b> object.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TestControlType">
<summary>
<para>For internal use only.
</para>
</summary>
<value>A <b>TestControlType</b> enumeration value representing the type of a test control used for the current <b>ASPxTreeListEditor</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.TreeList">
<summary>
<para>Provides access to the ASPxTreeListEditor's control.
</para>
</summary>
<value>A <b>ASPxTreeList</b> object that represents the <b>ASPxTreeListEditor</b>'s control.
</value>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.UnselectAll">
<summary>
<para>Unselects all objects in the ASPxTreeListEditor.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.ASPxTreeListEditor.UnselectRowByKey(System.Object)">
<summary>
<para>Unselects a specified object in the ASPxTreeListEditor.
</para>
</summary>
<param name="key">
An object specifying the identifier of the object to unselect.
</param>
</member>
<member name="T:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.TreeListEditors.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule.#ctor">
<summary>
<para>Creates an instance of the TreeListEditorsAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the TreeListEditorsAspNetModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the TreeListEditorsAspNetModule module.
</returns>
</member>
</members>
</doc>
@@ -0,0 +1,66 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.TreeListEditors.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.TreeListEditors.DataBindingMode">
<summary>
<para>Contains values which specify how <b>ASPxTreeList</b> controls are bound to data.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.TreeListEditors.DataBindingMode.Unbound">
<summary>
<para>When an <b>ASPxTreeList</b> control is loaded, all the existing nodes are loaded from the database.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.TreeListEditors.DataBindingMode.Virtual">
<summary>
<para>Only the nodes that must be displayed in a UI are loaded from the database.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.TreeListEditors.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase.#ctor">
<summary>
<para>Creates an instance of the TreeListEditorsModuleBase class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the TreeListEditorsModuleBase module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the TreeListEditorsModuleBase module.
</returns>
</member>
</members>
</doc>
@@ -0,0 +1,746 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Validation.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.Validation.IModelRuleBase">
<summary>
<para>The RuleBase node defines a particular rule.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Validation.IModelApplicationValidation">
<summary>
<para>Used to extend the Application Model with the Validation node.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelApplicationValidation.Validation">
<summary>
<para>Provides access to the Validation node.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Validation.IModelValidation"/> object representing the Validation node.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.IModelActionValidationContexts">
<summary>
<para>Used to extend the Application Model's Action node with properties specific to the Validation Module.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelActionValidationContexts.ValidationContexts">
<summary>
<para>Specifies validation context IDs separated by a semicolon.
</para>
</summary>
<value>A string specifying validation context IDs separated by a semicolon.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.IModelValidationRules">
<summary>
<para>The Rules node defines all the Rules that are applied in an application.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Validation.IModelValidationContexts">
<summary>
<para>The Contexts node defines the validation contexts used in the application.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Validation.IModelValidationContext">
<summary>
<para>The Context node defines a particular validation context.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelValidationContext.AllowInplaceValidation">
<summary>
<para>Specifies whether or not in-place validation is allowed for the current context.
</para>
</summary>
<value><b>true</b>, if the current context uses in-place validation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelValidationContext.Caption">
<summary>
<para>Specifies a caption for the current Context.
</para>
</summary>
<value>A string specifying a caption for the current Context.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelValidationContext.Id">
<summary>
<para>Specifies the current Context identifier.
</para>
</summary>
<value>A string specifying the current Context identifier.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.IModelValidation">
<summary>
<para>The Validation node defines Contexts and Rules used in your application.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelValidation.Contexts">
<summary>
<para>Provides access to the Contexts node.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Validation.IModelValidationContexts"/> object representing the Contexts node.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelValidation.ErrorMessageTemplates">
<summary>
<para>Returns the <b>ErrorMessageTemplates</b> node that defines the default templates for the messages displayed when validation rules are broken.
</para>
</summary>
<value>The <see cref="T:DevExpress.Persistent.Validation.IModelValidationDefaultErrorMessageTemplates"/> object that defines the default templates for the messages displayed when validation rules are broken.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelValidation.Rules">
<summary>
<para>Provides access to the Rules node.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Validation.IModelValidationRules"/> object representing the Rules node.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.ActionValidationController">
<summary>
<para>Represents a <see cref="T:DevExpress.ExpressApp.Controller"/> descendant that allows Actions to be used as Validation Contexts.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ActionValidationController.#ctor">
<summary>
<para>Creates an instance of the ActionValidationController class.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Validation.IModelLayoutManagerOptionsValidation">
<summary>
<para>Extends the <see cref="T:DevExpress.ExpressApp.Model.IModelLayoutManagerOptions"/> node with properties specific to the Validation Module.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Validation.IModelLayoutManagerOptionsValidation.RequiredFieldMark">
<summary>
<para>Specifies a string appended to an editor label when there is a validation rule demanding that a property should have a value.
</para>
</summary>
<value>A string appended to a Property Editor label when the <see cref="T:DevExpress.Persistent.Validation.RuleRequiredFieldAttribute"/> rule is applied.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.DeleteContextValidatingEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.DeleteContextValidating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.DeleteContextValidatingEventArgs.#ctor(DevExpress.Persistent.Validation.ContextIdentifier,System.Collections.ArrayList,System.Object)">
<summary>
<para>Initializes a new instance of the DeleteContextValidatingEventArgs class.
</para>
</summary>
<param name="context">
A <see cref="T:DevExpress.Persistent.Validation.ContextIdentifier"/> object that specifies the validation context.
</param>
<param name="targetObjects">
An <b>ArrayList</b> list of target objects.
</param>
<param name="deletingObject">
An object that will be deleted.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.DeleteContextValidatingEventArgs.DeletingObject">
<summary>
<para>Gets an object that will be deleted.
</para>
</summary>
<value>An object that will be deleted.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs">
<summary>
<para>Serves as the base class for the <see cref="T:DevExpress.ExpressApp.Validation.CustomizeApplicationRuntimeRulesEventArgs"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.#ctor(DevExpress.ExpressApp.XafApplication,System.Collections.Generic.List`1,System.Collections.Generic.List`1)">
<summary>
<para>Creates a new instance of the CustomizeRulesEventArgs.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.Application"/> property.
</param>
<param name="rules">
A <b>List&lt;IRule&gt;</b> collection of additional validation rules to be used by the application. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.Rules"/> property.
</param>
<param name="ruleSources">
A <b>List&lt;IRuleSource&gt;</b> collection of additional validation rule sources to be used by the application. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.RuleSources"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.Application">
<summary>
<para>Specifies the object providing methods and properties to manage the current application.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.Rules">
<summary>
<para>Specifies additional validation rules to be used by the application.
</para>
</summary>
<value>A <b>List&lt;IRule&gt;</b> collection of additional validation rules to be used by the application.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.RuleSources">
<summary>
<para>Specifies additional validation rule sources to be used by the application.
</para>
</summary>
<value>A <b>List&lt;IRuleSource&gt;</b> collection of additional validation rule sources to be used by the application.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.RuleSetInitializedEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Validation.ValidationModule.RuleSetInitialized"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.RuleSetInitializedEventArgs.#ctor(DevExpress.Persistent.Validation.RuleSet)">
<summary>
<para>Creates a new instance of the RuleSetInitializedEventArgs.
</para>
</summary>
<param name="ruleSet">
A <see cref="T:DevExpress.Persistent.Validation.RuleSet"/> object, which specifies the Validation Rules declared in an application. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.RuleSetInitializedEventArgs.RuleSet"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.RuleSetInitializedEventArgs.RuleSet">
<summary>
<para>Specifies the Validation Rules declared in an application.
</para>
</summary>
<value>A <see cref="T:DevExpress.Persistent.Validation.RuleSet"/> object, which is the Validation Rules declared in an application.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.CustomizeApplicationRuntimeRulesEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Validation.ValidationModule.CustomizeApplicationRuntimeRules"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.CustomizeApplicationRuntimeRulesEventArgs.#ctor(DevExpress.ExpressApp.XafApplication,System.Collections.Generic.List`1,System.Collections.Generic.List`1,DevExpress.ExpressApp.IObjectSpaceProvider,DevExpress.Persistent.Validation.RuleSet)">
<summary>
<para>Creates a new instance of the CustomizeApplicationRuntimeRulesEventArgs.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.Application"/> property.
</param>
<param name="rules">
A <b>List&lt;IRule&gt;</b> collection of additional validation rules to be used by the application. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.Rules"/> property.
</param>
<param name="ruleSources">
A <b>List&lt;IRuleSource&gt;</b> collection of additional validation rule sources to be used by the application. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeRulesEventArgs.RuleSources"/> property.
</param>
<param name="objectSpaceProvider">
An <see cref="T:DevExpress.ExpressApp.IObjectSpaceProvider"/>, which is the Object Space Provider to be used to create Object Spaces for creation of additional validation rules. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeApplicationRuntimeRulesEventArgs.ObjectSpaceProvider"/> property.
</param>
<param name="applicationModelRuleSet">
A <see cref="T:DevExpress.Persistent.Validation.RuleSet"/> object, which is the validation rules declared via the Application Model. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomizeApplicationRuntimeRulesEventArgs.ApplicationModelRuleSet"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.CustomizeApplicationRuntimeRulesEventArgs.ApplicationModelRuleSet">
<summary>
<para>Specifies validation rules declared via the Application Model.
</para>
</summary>
<value>A <see cref="T:DevExpress.Persistent.Validation.RuleSet"/> object, which is the validation rules declared via the Application Model.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.CustomizeApplicationRuntimeRulesEventArgs.ObjectSpaceProvider">
<summary>
<para>Specifies the Object Space Provider to be used to create Object Spaces for creation of additional validation rules.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.IObjectSpaceProvider"/>, which is the Object Space Provider to be used to create Object Spaces for creation of additional validation rules.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.ValidationModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Validation.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ValidationModule.#ctor">
<summary>
<para>Creates an instance of the ValidationModule class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Validation.ValidationModule.AllowValidationDetailsAccess">
<summary>
<para>Specifies whether end-users are allowed to view validation result details.
</para>
</summary>
<value><b>true</b>, if end-users are allowed to view validation result details; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Validation.ValidationModule.CustomizeApplicationRuntimeRules">
<summary>
<para>Occurs when the <see cref="M:DevExpress.ExpressApp.Validation.ValidationModule.InitializeRuleSet"/> method is invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ValidationModule.CustomizeTypesInfo(DevExpress.ExpressApp.DC.ITypesInfo)">
<summary>
<para>Customizes metadata on business classes specific to the ValidationModule before loading the metadata to the Application Model's <b>BOModel</b> node.
</para>
</summary>
<param name="typesInfo">
An <see cref="T:DevExpress.ExpressApp.DC.ITypesInfo"/> object which holds metadata information on business classes to be loaded to the Application Model.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.ValidationModule.EnableControllersOnLogonWindow">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ValidationModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Validation.IModelApplicationValidation"/> interfaces.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ValidationModule.GetContextCaption(System.String,DevExpress.ExpressApp.Model.IModelApplication)">
<summary>
<para>Retrieves the caption associated with a particular validation context.
</para>
</summary>
<param name="contextId">
A string representation of a context identifier whose associated caption must be retrieved.
</param>
<param name="modelApplication">
An <see cref="T:DevExpress.ExpressApp.Model.IModelApplication"/> object, which is the root node of the Application Model.
</param>
<returns>A string containing the caption associated with the <i>contextId</i> validation context.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ValidationModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the ValidationModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the ValidationModule module.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Validation.ValidationModule.IgnoreWarningAndInformationRules">
<summary>
<para>Specifies whether or not <b>Warning</b> and <b>Information</b> type rules are ignored (see <see cref="P:DevExpress.Persistent.Validation.IRuleBaseProperties.ResultType"/>).
</para>
</summary>
<value><b>true</b>, when <b>Warning</b> and <b>Information</b> rules are ignored; otherwise - <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ValidationModule.InitializeRuleSet">
<summary>
<para>Initializes the <see cref="T:DevExpress.Persistent.Validation.RuleSet"/> object assigned to the <see cref="P:DevExpress.Persistent.Validation.Validator.RuleSet"/> property.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Validation.ValidationModule.RuleSetInitialized">
<summary>
<para>Occurs after the <see cref="T:DevExpress.Persistent.Validation.RuleSet"/> object assigned to the <see cref="P:DevExpress.Persistent.Validation.Validator.RuleSet"/> property has been initialized via the <see cref="M:DevExpress.ExpressApp.Validation.ValidationModule.InitializeRuleSet"/> method.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ValidationModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the ValidationModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.Application"/> property.
</param>
</member>
<member name="T:DevExpress.ExpressApp.Validation.ModelValidationContextsNodeGenerator">
<summary>
<para>A Nodes Generator that generates the content of the <see cref="T:DevExpress.ExpressApp.Validation.IModelValidationContexts"/> node.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ModelValidationContextsNodeGenerator.#ctor">
<summary>
<para>Initializes a new instance of the ModelValidationContextsNodeGenerator class.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Validation.ModelValidationRulesNodeGenerator">
<summary>
<para>A Nodes Generator that generates the content of the <see cref="T:DevExpress.ExpressApp.Validation.IModelValidationRules"/> node.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ModelValidationRulesNodeGenerator.#ctor">
<summary>
<para>Initializes a new instance of the ModelValidationRulesNodeGenerator class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ModelValidationRulesNodeGenerator.GetRuleInfoString(DevExpress.Persistent.Validation.IRuleBaseProperties)">
<summary>
<para>Returns a string that specifies the <see cref="T:DevExpress.Persistent.Validation.IRuleBaseProperties"/> object in a human-readable manner.
</para>
</summary>
<param name="ruleProperties">
An <b>IRuleBaseProperties</b> object to be specified in a human-readable manner.
</param>
<returns>A string that specifies the <b>IRuleBaseProperties</b> object in a human-readable manner.
</returns>
</member>
<member name="T:DevExpress.ExpressApp.Validation.NeedToValidateObjectEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.NeedToValidateObject"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.NeedToValidateObjectEventArgs.#ctor(System.Object)">
<summary>
<para>Creates an instance of the NeedToValidateObjectEventArgs class.
</para>
</summary>
<param name="currentObject">
An object which is about to be validated. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.NeedToValidateObjectEventArgs.CurrentObject"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.NeedToValidateObjectEventArgs.CurrentObject">
<summary>
<para>Specifies an object which is about to be validated.
</para>
</summary>
<value>An object which is about to be validated.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.NeedToValidateObjectEventArgs.NeedToValidate">
<summary>
<para>Indicates whether the <see cref="P:DevExpress.ExpressApp.Validation.NeedToValidateObjectEventArgs.CurrentObject"/> must be validated.
</para>
</summary>
<value><b>true</b>, if the <b>CurrentObject</b> must be validated; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.CustomGetAggregatedObjectsToValidateEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.CustomGetAggregatedObjectsToValidate"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.CustomGetAggregatedObjectsToValidateEventArgs.#ctor(System.Object)">
<summary>
<para>Creates an instance of the CustomGetAggregatedObjectsToValidateEventArgs class.
</para>
</summary>
<param name="ownerObject">
An object whose aggregated objects are about to be validated. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.CustomGetAggregatedObjectsToValidateEventArgs.OwnerObject"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.CustomGetAggregatedObjectsToValidateEventArgs.AggregatedObjects">
<summary>
<para>Specifies the <see cref="P:DevExpress.ExpressApp.Validation.CustomGetAggregatedObjectsToValidateEventArgs.OwnerObject"/>'s aggregated objects to be validated.
</para>
</summary>
<value>An <see cref="T:System.Collections.ArrayList"/> of the <b>OwnerObject</b>'s aggregated objects to be validated.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.CustomGetAggregatedObjectsToValidateEventArgs.OwnerObject">
<summary>
<para>Specifies the object whose aggregated objects are about to be validated.
</para>
</summary>
<value>An object whose aggregated objects are about to be validated.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.ContextValidatingEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.ContextValidating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.ContextValidatingEventArgs.#ctor(DevExpress.Persistent.Validation.ContextIdentifier,System.Collections.ArrayList)">
<summary>
<para>Creates a new instance of the ContextValidatingEventArgs class.
</para>
</summary>
<param name="context">
A <see cref="T:DevExpress.Persistent.Validation.ContextIdentifier"/> object, specifying the validation context whose associated validation rules are about to be checked. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.ContextValidatingEventArgs.Context"/> property.
</param>
<param name="targetObjects">
An <see cref="T:System.Collections.ArrayList"/> of objects that are about to be validated in the validation context specified by the <b>Context</b> property. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Validation.ContextValidatingEventArgs.TargetObjects"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Validation.ContextValidatingEventArgs.Context">
<summary>
<para>Specifies the validation context whose associated validation rules are about to be checked.
</para>
</summary>
<value>A <see cref="T:DevExpress.Persistent.Validation.ContextIdentifier"/> object specifying the validation context whose associated validation rules are about to be checked.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Validation.ContextValidatingEventArgs.TargetObjects">
<summary>
<para>Specifies the objects that are about to be validated in the validation context specified by the <see cref="P:DevExpress.ExpressApp.Validation.ContextValidatingEventArgs.Context"/> property.
</para>
</summary>
<value>An <see cref="T:System.Collections.ArrayList"/> of objects that are about to be validated in the validation context specified by the <b>Context</b> property.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Validation.PersistenceValidationController">
<summary>
<para>Validates persistent objects when they are saved or deleted in the UI.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Validation.PersistenceValidationController.#ctor">
<summary>
<para>Creates an instance of the PersistenceValidationController class.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Validation.PersistenceValidationController.AllowAllViewTypes">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.ContextValidating">
<summary>
<para>Occurs when validation rules associated with the <b>Delete</b> or <b>Save</b> validation contexts are about to be checked.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.CustomGetAggregatedObjectsToValidate">
<summary>
<para>Occurs when determining which aggregated objects should be validated.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.DeleteContextValidating">
<summary>
<para>Occurs when an object that will be deleted is validated.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Validation.PersistenceValidationController.NeedToValidateObject">
<summary>
<para>Occurs when determining objects to be validated.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Validation.PersistenceValidationController.ViewObjectSpaceActiveKey">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
</members>
</doc>
@@ -0,0 +1,944 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.ViewVariantsModule.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.IModelNavigationItemsVariantSettings">
<summary>
<para>Used to extend the Application Model's NavigationItems node with properties specific to the View Variants Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelNavigationItemsVariantSettings.GenerateRelatedViewVariantsGroup">
<summary>
<para>Specifies whether context navigation is enabled for the View Variants module.
</para>
</summary>
<value><b>true</b>, if the context navigation is enabled for the View Variants module; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelNavigationItemsVariantSettings.RelatedViewVariantsGroupCaption">
<summary>
<para>Specifies the caption for the navigation items generated by the View Variants module, when context navigation is enabled.
</para>
</summary>
<value>A string specifying the caption for the navigation items generated by the View Variants module, when context navigation is enabled.
</value>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.IModelVariant">
<summary>
<para>A Variant node defines an item of the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction"/> action. Each item represents a View variant available for a varied View.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariant.Caption">
<summary>
<para>Specifies the caption of a View variant.
</para>
</summary>
<value>A string representing the caption of a View variant.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariant.Id">
<summary>
<para>Specifies the identifier of a View variant.
</para>
</summary>
<value>A string representing the identifier of a View variant.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariant.View">
<summary>
<para>Represents the node of the View to be displayed when selecting a View variant.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Model.IModelView"/> node representing the View to be displayed when selecting a View variant.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariant.Views">
<summary>
<para>Represents the list of possible <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariant.View"/> values.
</para>
</summary>
<value>An <b>IModelList&lt;IModelView&gt;</b> object representing a list of available views.
</value>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.IModelVariants">
<summary>
<para>The Variants node provides access to the varied Views declared for a particular view.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariants.Current">
<summary>
<para>Specifies a node of the currently selected View variant.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IModelVariant"/> object representing the node of the currently selected View variant.
</value>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.IModelViewVariants">
<summary>
<para>Used to extend the Application Model's View nodes with properties specific to the View Variants Module functionality.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.IModelViewVariants.Variants">
<summary>
<para>Provides access to the Variants node.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IModelVariants"/> object representing the Variants node.
</value>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo">
<summary>
<para>Represents a View variant.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the VariantInfo class.
</para>
</summary>
<param name="id">
A string representing the View variant identifier.
</param>
<param name="viewId">
A string representing the identifier of a View displayed when selecting the variant.
</param>
<param name="caption">
A string representing the View variant caption.
</param>
</member>
<member name="F:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.Caption">
<summary>
<para>Specifies the caption of the View variant.
</para>
</summary>
<returns>A string holding the caption of the View variant.
</returns>
</member>
<member name="F:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.Id">
<summary>
<para>Specifies the identifier of the View variant.
</para>
</summary>
<returns>A string representing the identifier of the View variant.
</returns>
</member>
<member name="F:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.ViewID">
<summary>
<para>Specifies the identifier of the View displayed when selecting the variant.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo">
<summary>
<para>Represents a set of variants available for the View.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.#ctor(System.String,System.String,System.Collections.Generic.IList`1)">
<summary>
<para>Initializes a new instance of the VariantsInfo class.
</para>
</summary>
<param name="rootViewId">
A string representing the identifier of the View with variants available.
</param>
<param name="currentVariantId">
A string representing the currently selected variant identifier.
</param>
<param name="items">
An indexed collection of <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> objects representing the available variants set.
</param>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.CurrentVariantId">
<summary>
<para>Specifies the identifier of the currently selected View variant.
</para>
</summary>
<value>A string representing the identifier of the currently selected View variant.
</value>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.FindById(System.String)">
<summary>
<para>Returns a <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object having the specified <see cref="F:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.Id"/> identifier.
</para>
</summary>
<param name="id">
A string representing the identifier of the required View variant.
</param>
<returns>A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object having the specified <see cref="F:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.Id"/> identifier.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.GetCurrentVariantInfo">
<summary>
<para>Returns the currently selected View variant.
</para>
</summary>
<returns>A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object representing the currently selected View variant. If no variant was selected, the first item of the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.Items"/> collection is returned.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.Items">
<summary>
<para>Gets a collection of <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> objects representing the available View variants.
</para>
</summary>
<value>A read-only collection of <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> objects representing the available View variants.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.RootViewId">
<summary>
<para>Gets the identifier of the varied View having the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.Items"/> as View variants.
</para>
</summary>
<value>A string representing the identifier of the varied View having the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.Items"/> as View variants.
</value>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.TryGetItem(System.String,DevExpress.ExpressApp.ViewVariantsModule.VariantInfo@)">
<summary>
<para>Returns a <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object having the specified <see cref="F:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.Id"/> identifier via the <i>result</i> parameter.
</para>
</summary>
<param name="id">
A string representing the identifier of the required view variant.
</param>
<param name="result">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object having the specified <see cref="F:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo.Id"/> identifier.
</param>
<returns><b>true</b>, if the required view variant is found; otherwise - <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController">
<summary>
<para>Represents a <see cref="T:DevExpress.ExpressApp.ViewController"/> descendant that contains the <b>ChangeVariant</b> Action.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.#ctor">
<summary>
<para>Initializes a new instance of the ChangeVariantController class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.AllowChangeVariantWhenObjectSpaceIsModified">
<summary>
<para>Indicates whether the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction"/> is enabled when the Object Space is modified.
</para>
</summary>
<value><b>true</b>, if the <b>ChangeVariantAction</b> is enabled when the Object Space is modified; otherwize - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction">
<summary>
<para>Gets a <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> used to change View variants.
</para>
</summary>
<value> A <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> object representing the Action used to change View variants.
</value>
</member>
<member name="F:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantActionId">
<summary>
<para>Gets a string representing the identifier of the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction"/>.
</para>
</summary>
<returns>
</returns>
</member>
<member name="E:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantActionRefreshed">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction"/> items list is refreshed via the <see cref="M:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.RefreshChangeVariantAction"/> method.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.CurrentFrameViewVariantsManager">
<summary>
<para>Specifies the <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager"/> object that provides available View Variants and changes the View of the current <see cref="T:DevExpress.ExpressApp.Frame"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager"/> object that provides available View Variants and changes the View of the current <see cref="T:DevExpress.ExpressApp.Frame"/>.
</value>
</member>
<member name="F:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.DefaultVariantId">
<summary>
<para>Gets the identifier of the automatically generated default variant.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.HasVariantsManagerChangeVariantActionActiveKey">
<summary>
<para>Specifies the name of the key that is added to the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction"/> Action's <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.Active"/> collection to indicate that the Action should be inactive when the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.CurrentFrameViewVariantsManager"/> property is <i>null</i>.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.IsCurrentFrameViewVariantsManagerOwner">
<summary>
<para>Specifies whether or not the object referenced by the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.CurrentFrameViewVariantsManager"/> property is to be disposed when another value is assigned.
</para>
</summary>
<value><b>true</b>, when the object referenced by the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.CurrentFrameViewVariantsManager"/> property is to be disposed when another object is assigned; otherwise - <b>false</b>.
</value>
</member>
<member name="F:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.NotModifiedEnabledKey">
<summary>
<para>An <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.Enabled"/> property's key name. This key indicates that the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction"/> should be enabled or disabled due to the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.AllowChangeVariantWhenObjectSpaceIsModified"/> and <see cref="P:DevExpress.ExpressApp.BaseObjectSpace.IsModified"/> values.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.RefreshAllowChangeVariantWhenObjectSpaceIsModified(System.Type)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="applicationType">
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.RefreshChangeVariantAction">
<summary>
<para>Refreshes the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ChangeVariantController.ChangeVariantAction"/> items list.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine">
<summary>
<para>Provides methods to manage View Variants.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine.#ctor(DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider,DevExpress.ExpressApp.ViewVariantsModule.IViewsFactory)">
<summary>
<para>Initializes a new instance of the FrameVariantsEngine class.
</para>
</summary>
<param name="variantsProvider">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider"/> object that provides a list of view variants available for the specific View, and stores the variant selected by a user.
</param>
<param name="viewsFactory">
An <b>IViewsFactory</b> object used to create Views.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine.ChangeFrameViewToVariant(DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo,DevExpress.ExpressApp.ViewVariantsModule.VariantInfo)">
<summary>
<para>Changes the view variant.
</para>
</summary>
<param name="frame">
A <see cref="T:DevExpress.ExpressApp.Frame"/> object.
</param>
<param name="variantsInfo">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that specifies a set of available view variants.
</param>
<param name="variantInfo">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object that specifies the new view variant.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine.Dispose">
<summary>
<para>Disposes the FrameVariantsEngine object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine.GetVariants(DevExpress.ExpressApp.View)">
<summary>
<para>Returns a set of view variants available for the specific View.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.ExpressApp.View"/> object.
</param>
<returns>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that contains a list of view variants.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine.IsDisposed">
<summary>
<para>Gets a value indicating whether the FrameVariantsEngine object is disposed.
</para>
</summary>
<value><b>true</b>, if the current <b>FrameVariantsEngine</b> is disposed; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine.RecreateFrameView(DevExpress.ExpressApp.ViewVariantsModule.IViewsFactory,DevExpress.ExpressApp.Frame,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="viewsFactory">
</param>
<param name="frame">
</param>
<param name="rootViewId">
</param>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.FrameVariantsEngine.VariantsProvider">
<summary>
<para>Gets an object that provides a list of view variants available for the specific View, and stores the variant selected by the user.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider"/> object that provides a list of view variants available for the specific View, and stores the variant selected by the user.
</value>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine">
<summary>
<para>Implemented by classes that provide methods to manage View Variants.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine.ChangeFrameViewToVariant(DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo,DevExpress.ExpressApp.ViewVariantsModule.VariantInfo)">
<summary>
<para>Changes the view variant.
</para>
</summary>
<param name="frame">
A <see cref="T:DevExpress.ExpressApp.Frame"/> object.
</param>
<param name="variantsInfo">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that specifies a set of available view variants.
</param>
<param name="variantInfo">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object that specifies the new view variant.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine.GetVariants(DevExpress.ExpressApp.View)">
<summary>
<para>Returns a set of view variants available for the specific View.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.ExpressApp.View"/> object.
</param>
<returns>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that contains a list of view variants.
</returns>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager">
<summary>
<para>Manages View Variants in the context of the current <see cref="T:DevExpress.ExpressApp.Frame"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.#ctor(DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine)">
<summary>
<para>Initializes a new instance of the CurrentFrameViewVariantsManager class.
</para>
</summary>
<param name="frame">
A <see cref="T:DevExpress.ExpressApp.Frame"/> object.
</param>
<param name="variantsManager">
An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine"/> object.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.ChangeToVariant(DevExpress.ExpressApp.ViewVariantsModule.VariantInfo)">
<summary>
<para>Switches the current View to the specified view variant.
</para>
</summary>
<param name="variantInfo">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object that specifies the view variant to which the current View will be switched.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.Dispose">
<summary>
<para>Disposes the CurrentFrameViewVariantsManager object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.RefreshVariants">
<summary>
<para>Refreshes the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.Variants"/> list.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.Variants">
<summary>
<para>Gets a list of available View Variants.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that provides a list of available View Variants.
</value>
</member>
<member name="E:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.VariantsChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.Variants"/> value is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.VariantsManager">
<summary>
<para>Gets the <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine"/> object that provides methods to manage view variants.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine"/> object that provides methods to manage view variants.
</value>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager">
<summary>
<para>Implemented by classes that manage View Variants in the context of the current <see cref="T:DevExpress.ExpressApp.Frame"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager.ChangeToVariant(DevExpress.ExpressApp.ViewVariantsModule.VariantInfo)">
<summary>
<para>Switches the current View to the specified view variant.
</para>
</summary>
<param name="variantInfo">
A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantInfo"/> object that specifies the view variant to which the current View will be switched.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager.RefreshVariants">
<summary>
<para>Refreshes the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager.Variants"/> list.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager.Variants">
<summary>
<para>Gets available View Variants.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that provides a list of available View Variants.
</value>
</member>
<member name="E:DevExpress.ExpressApp.ViewVariantsModule.ICurrentFrameViewVariantsManager.VariantsChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.CurrentFrameViewVariantsManager.Variants"/> value is changed.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider">
<summary>
<para>Provide a list of view variants available for the specific View in the <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IModelVariants"/> Application Model node, and stores the variant selected by the user to the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariants.Current"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider.#ctor(DevExpress.ExpressApp.Model.IModelApplication)">
<summary>
<para>Initializes a new instance of the ModelVariantsProvider class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelApplication"/> object that contains the Application Model.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider.#ctor(DevExpress.ExpressApp.Model.IModelList`1)">
<summary>
<para>Initializes a new instance of the ModelVariantsProvider class.
</para>
</summary>
<param name="views">
An <b>IModelList&lt;</b><see cref="T:DevExpress.ExpressApp.Model.IModelView"/><b>&gt;</b> list of View nodes.
</param>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider.AllowSingleVariant">
<summary>
<para>Specifies whether of not a single view variant is allowed.
</para>
</summary>
<value><b>true</b>, if a single view variant is allowed; otherwise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider.GenerateDefaultVariant">
<summary>
<para>This property is obsolete. Instead, use the approach demonstrated in the How to: Create Additional ListView Nodes in Code using a Generator Updater topic to create a default View Variant.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider.GetVariants(System.String)">
<summary>
<para>Returns a set of view variants available for the specific root View in the <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IModelVariants"/> Application Model node. In case there are no view variants, returns <i>null</i> (<i>Nothing</i> in VB).
</para>
</summary>
<param name="rootVariantViewId">
A string representing the identifier of the varied View having the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.Items"/> as View variants.
</param>
<returns>A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that contains a set of view variants.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider.SaveCurrentVariantId(System.String,System.String)">
<summary>
<para>Saves the identifier of the currently selected View variant to the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.IModelVariants.Current"/> property in the Application Model.
</para>
</summary>
<param name="rootViewId">
A string representing the identifier of the root varied View.
</param>
<param name="currentVariantId">
A string representing the identifier of the currently selected View variant.
</param>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ModelVariantsProvider.Views">
<summary>
<para>Gets the list of View nodes used by the ModelVariantsProvider.
</para>
</summary>
<value>An <b>IModelList&lt;</b><see cref="T:DevExpress.ExpressApp.Model.IModelView"/><b>&gt;</b> list of View nodes.
</value>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider">
<summary>
<para>Implemented by objects that provide a list of view variants available for the specific View, and stores the variant selected by the user.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider.GetVariants(System.String)">
<summary>
<para>Returns a set of view variants available for the specific root View. In case there are no view variants, returns <i>null</i> (<i>Nothing</i> in VB).
</para>
</summary>
<param name="rootVariantViewId">
A string representing the identifier of the varied View having the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo.Items"/> as View variants.
</param>
<returns>A <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.VariantsInfo"/> object that contains a set of view variants.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider.SaveCurrentVariantId(System.String,System.String)">
<summary>
<para>Saves the identifier of the currently selected View variant.
</para>
</summary>
<param name="rootViewId">
A string representing the identifier of the root varied View.
</param>
<param name="currentVariantId">
A string representing the identifier of the currently selected View variant.
</param>
</member>
<member name="T:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.ViewVariantsModule.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.#ctor">
<summary>
<para>Creates an instance of the ViewVariantsModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
<summary>
<para>Registers the <b>UpdateNavigationItemNodeGenerator</b> and <b>UpdateModelListViewNodesGenerator</b> Generator Updaters.
</para>
</summary>
<param name="updaters">
A <b>ModelNodesGeneratorUpdaters</b> object providing access to the list of Generator Updaters.
</param>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IModelViewVariants"/> interface.
</para>
</summary>
<param name="extenders">
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
</param>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.FrameVariantsEngine">
<summary>
<para>Specifies the <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine"/> object that provides methods to manage view variants.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IFrameVariantsEngine"/> object that provides methods to manage view variants.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.GenerateVariantsNode">
<summary>
<para>This property is obsolete. Use the approach demonstrated in the How to: Create Additional ListView Nodes in Code using a Generator Updater topic to generate View Variants in code.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
<summary>
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the ViewVariantsModule module.
</para>
</summary>
<param name="objectSpace">
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
</param>
<param name="versionFromDB">
A <b>System.Version</b> object which represents the current database version.
</param>
<returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the ViewVariantsModule module.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.Setup(DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Sets up the ViewVariantsModule module after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
</para>
</summary>
<param name="application">
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.Application"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.ShowAdditionalNavigation">
<summary>
<para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.IModelNavigationItemsVariantSettings.GenerateRelatedViewVariantsGroup"/> property.
</para>
</summary>
<value><b>true</b>, to enable context navigation for the View Variants module, by default; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.VariantsProvider">
<summary>
<para>Specifies the <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider"/> object that provides a list of view variants available for the specific View, and stores the variant selected by user.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.ViewVariantsModule.IVariantsProvider"/> object that provides a list of view variants available for the specific View, and stores the variant selected by the user.
</value>
</member>
<member name="E:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.VariantsProviderChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule.VariantsProvider"/> property is changed.
</para>
</summary>
</member>
</members>
</doc>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,272 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Map.v17.2.Core</name>
</assembly>
<members>
<member name="T:DevExpress.Map.AttributeDisplayValueEditEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapItemsLayerBase.AttributeDisplayValueEdit"/> and <see cref="E:DevExpress.Xpf.Map.VectorLayerBase.AttributeDisplayValueEdit"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.Map.AttributeDisplayValueEditEventArgs.#ctor(System.String,System.Object,System.String,System.String)">
<summary>
<para>Initializes a new instance of the AttributeDisplayValueEditEventArgs class with the specified values of event arguments.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> object representing the name of an attribute.
</param>
<param name="value">
An <see cref="T:System.Object"/> storing an attribute value.
</param>
<param name="displayValue">
A <see cref="T:System.String"/> object that is the string representation of the attribute value.
</param>
<param name="patternFragment">
A <see cref="T:System.String"/> object representing a fragment of a text pattern, which will be replaced with the display value.
</param>
</member>
<member name="P:DevExpress.Map.AttributeDisplayValueEditEventArgs.DisplayValue">
<summary>
<para>Gets or sets an attribute display value.
</para>
</summary>
<value>A <see cref="T:System.String"/> object that is the string representation of the attribute value.
</value>
</member>
<member name="P:DevExpress.Map.AttributeDisplayValueEditEventArgs.Name">
<summary>
<para>Returns the name of an attribute.
</para>
</summary>
<value>A <see cref="T:System.String"/> object representing the name of attribute whose display value should be customized.
</value>
</member>
<member name="P:DevExpress.Map.AttributeDisplayValueEditEventArgs.PatternFragment">
<summary>
<para>Returns the pattern fragment which will be replaced with the <see cref="P:DevExpress.Map.AttributeDisplayValueEditEventArgs.DisplayValue"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> object representing the fragment pattern.
</value>
</member>
<member name="P:DevExpress.Map.AttributeDisplayValueEditEventArgs.Value">
<summary>
<para>Returns an attribute value.
</para>
</summary>
<value>A <see cref="T:System.Object"/> storing an attribute value.
</value>
</member>
<member name="T:DevExpress.Map.ISupportCoordPoints">
<summary>
<para>The interface that should be implemented by map vector items specified using an array of points.
</para>
</summary>
</member>
<member name="P:DevExpress.Map.ISupportCoordPoints.Points">
<summary>
<para>Gets or sets the list of points determining the shape of map items implementing this interface.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.
</value>
</member>
<member name="T:DevExpress.Map.AttributeDisplayValueEditEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapItemsLayerBase.AttributeDisplayValueEdit"/> and <see cref="E:DevExpress.Xpf.Map.VectorLayerBase.AttributeDisplayValueEdit"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.Map.AttributeDisplayValueEditEventHandler.Invoke(System.Object,DevExpress.Map.AttributeDisplayValueEditEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapItemsLayerBase.AttributeDisplayValueEdit"/> and <see cref="E:DevExpress.Xpf.Map.VectorLayerBase.AttributeDisplayValueEdit"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> (WinForms) or <see cref="T:DevExpress.Xpf.Map.VectorLayerBase"/> (WPF) which raised the event.
</param>
<param name="e">
</param>
</member>
<member name="T:DevExpress.Map.RangeDistributionBase">
<summary>
<para>The base for classes that define distribution of color ranges in a colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.Map.RangeDistributionBase.ConvertRangeValue(System.Double,System.Double,System.Double)">
<summary>
<para>Converts the specified range value.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> object that is the minimum possible value.
</param>
<param name="max">
A <see cref="T:System.Double"/> object that is the maximum possible value.
</param>
<param name="value">
A value to be converted.
</param>
<returns>A <see cref="Double"/> object that is the result of the conversion.
</returns>
</member>
<member name="T:DevExpress.Map.CoordPoint">
<summary>
<para>The base class for all map coordinate points.
</para>
</summary>
</member>
<member name="M:DevExpress.Map.CoordPoint.Equals(System.Object)">
<summary>
<para>Determines whether the two specified CoordPoint objects are equal.
</para>
</summary>
<param name="o">
The object to compare with the current object.
</param>
<returns><b>true</b> if specified objects are equal; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Map.CoordPoint.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current CoordPoint object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.Map.CoordPoint.GetX">
<summary>
<para>Returns the value of the X coordinate.
</para>
</summary>
<returns>A <see cref="T:System.Double"/> value.
</returns>
</member>
<member name="M:DevExpress.Map.CoordPoint.GetY">
<summary>
<para>Returns the value of the Y coordinate.
</para>
</summary>
<returns>A <see cref="T:System.Double"/> value.
</returns>
</member>
<member name="M:DevExpress.Map.CoordPoint.Offset(System.Double,System.Double)">
<summary>
<para>Initializes an instance of a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object offset by specified values.
</para>
</summary>
<param name="offsetX">
A <see cref="T:System.Double"/> value specifying an X coordinate offset.
</param>
<param name="offsetY">
A <see cref="T:System.Double"/> value specifying an Y coordinate offset.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</returns>
</member>
<member name="M:DevExpress.Map.CoordPoint.ToString">
<summary>
<para>Returns the textual representation of the CoordPoint.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the CoordPoint.
</returns>
</member>
<member name="M:DevExpress.Map.CoordPoint.ToString(System.IFormatProvider)">
<summary>
<para>Returns the textual representation of the CoordPoint.
</para>
</summary>
<param name="provider">
An object implementing the <see cref="T:System.IFormatProvider"/> interface.
</param>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the CoordPoint.
</returns>
</member>
<member name="T:DevExpress.Map.ISupportCoordLocation">
<summary>
<para>The interface that should be provided by map vector items whose location can be determined.
</para>
</summary>
</member>
<member name="P:DevExpress.Map.ISupportCoordLocation.Location">
<summary>
<para>Gets or sets the location of map items implementing this interface.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
</members>
</doc>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,816 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Persistent.BaseImpl.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.Persistent.BaseImpl.BaseObject">
<summary>
<para>Represents one of the base persistent classes from which business classes can be inherited.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.BaseObject.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Used to initialize a new instance of a BaseObject descendant, in a particular Session.
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object which represents a persistent object's cache where the business object will be instantiated.
</param>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.BaseObject.#ctor">
<summary>
<para>Creates a new instance of the BaseObject class.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.BaseObject.AfterConstruction">
<summary>
<para>Invoked when the current object is about to be initialized after its creation.
</para>
</summary>
</member>
<member name="F:DevExpress.Persistent.BaseImpl.BaseObject.IsXpoProfiling">
<summary>
<para>Set this field to <b>true</b> before profiling the application via XPO Profiler.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.BaseObject.Oid">
<summary>
<para>Specifies the persistent object's identifier.
</para>
</summary>
<value>A globally unique identifier which represents the persistent object's identifier.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.BaseObject.OidInitializationMode">
<summary>
<para>Specifies when a new GUID value is assigned to the <see cref="P:DevExpress.Persistent.BaseImpl.BaseObject.Oid"/> property.
</para>
</summary>
<value>An <see cref="T:DevExpress.Persistent.BaseImpl.OidInitializationMode"/> enumeration value specifying when a new GUID value is assigned to the Oid property.
</value>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.BaseObject.ToString">
<summary>
<para>Returns a human-readable string that represents the current business object.
</para>
</summary>
<returns>A string representing the current business object.
</returns>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.DashboardData">
<summary>
<para>An XPO persistent class used by the Dashboards Module to store dashboards in the application database.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.DashboardData.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Used to initialize a new instance of a DashboardData descendant in a specific Session.
</para>
</summary>
<param name="session">
A <see cref="T:DevExpress.Xpo.Session"/> object which represents a persistent object's cache where the business object will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.DashboardData.Content">
<summary>
<para>Specifies the dashboard configuration defined in the Dashboard Designer.
</para>
</summary>
<value>An XML-formatted string which specifies the dashboard configuration.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.DashboardData.SynchronizeTitle">
<summary>
<para>Specifies if it is required to update the <see cref="P:DevExpress.Persistent.Base.IDashboardData.Title"/> value with the dashboard title from the dashboard configuration (stored in the <see cref="P:DevExpress.Persistent.Base.IDashboardData.Content"/> property).
</para>
</summary>
<value><b>true</b>, if it is required to update the dashboard title; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.DashboardData.Title">
<summary>
<para>Specifies the dashboard title.
</para>
</summary>
<value>A string specifying the dashboard title.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser">
<summary>
<para>An XAF user who has a list of associated security roles that support the <b>Allow/Deny</b> Permission Policies.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Initializes a new instance of the PermissionPolicyUser class in a particular Session
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object, which is a persistent objects cache where the role will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser.ChangePasswordOnFirstLogon">
<summary>
<para>Specifies whether the user must change his/her password the next time he/she logs on.
</para>
</summary>
<value><b>true</b>, if the user must change his/her password the next time he/she logs on; otherwise - <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser.ComparePassword(System.String)">
<summary>
<para>Compares the current user's stored encrypted password with its plain-text representation.
</para>
</summary>
<param name="password">
A string which is the plain-text password for comparison.
</param>
<returns><b>true</b> if the passwords are identical, otherwise - <b>false</b>
</returns>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser.IsActive">
<summary>
<para>Specifies if a user is allowed to logon.
</para>
</summary>
<value><b>true</b> if a user is active; otherwise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser.Roles">
<summary>
<para>A list of roles associated with the current user.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpo.XPCollection"/>&lt;<see cref="T:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRole"/>&gt; collection which is the list of roles associated with the current user.
</value>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser.SetPassword(System.String)">
<summary>
<para>Changes the user password.
</para>
</summary>
<param name="password">
A string which is a new password.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser.UserName">
<summary>
<para>Specifies the user's login name.
</para>
</summary>
<value>A string which is the user's login name.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase">
<summary>
<para>The base class for a security role that supports the <b>Allow/Deny</b> Permission Policies.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Initializes a new instance of the PermissionPolicyRoleBase class in a particular Session
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object, which is a persistent objects cache where the role will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.CanEditModel">
<summary>
<para>Specifies whether users associated with the current role can use the Model Editor. A <b>DevExpress.Xpo.Session</b> object, which is a persistent objects cache where the user will be instantiated.
</para>
</summary>
<value><b>true</b>, if users associated with the current role can use the Model Editor; otherwise - <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.CreateNavigationPermissionObject(System.String)">
<summary>
<para> </para>
</summary>
<param name="itemPath">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.CreateTypePermissionObject(System.Type)">
<summary>
<para> </para>
</summary>
<param name="targetType">
</param>
<returns> </returns>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.IsAdministrative">
<summary>
<para>Specifies whether users associated with the current role are administrators.
</para>
</summary>
<value><b>true</b>, if users associated with the current role are administrators; otherwise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.Name">
<summary>
<para>Specifies the name of the security role.
</para>
</summary>
<value>A string which is the name of the security role.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.NavigationPermissions">
<summary>
<para>Gets the list of objects which contain navigation permissions associated with the current PermissionPolicyRoleBase.
</para>
</summary>
<value>An IList&lt;<b>PermissionPolicyNavigationPermissionObject</b>&lt;, which is the list of the <b>PermissionPolicyNavigationPermissionObject</b> objects which are navigation permissions associated with the current role.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.PermissionPolicy">
<summary>
<para>Specifies the Security System behavior when there are no explicitly specified permissions for a specific type, object or member.
</para>
</summary>
<value>A <see cref="SecurityPermissionPolicy"/> enumeration value specifying the behavior when there are no explicitly specified permissions.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRoleBase.TypePermissions">
<summary>
<para>Gets the list of objects which contain type permissions associated with the current PermissionPolicyRoleBase.
</para>
</summary>
<value>An IList&lt;<b>PermissionPolicyTypePermissionObject</b>&lt;, which is the list of the <b>PermissionPolicyTypePermissionObject</b> objects which are type permissions associated with the current role.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRole">
<summary>
<para>A security role that supports the <b>Allow/Deny</b> Permission Policies.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRole.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Initializes a new instance of the PermissionPolicyRole class in a particular Session
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object, which is a persistent objects cache where the role will be instantiated.
</param>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRole.AddUser(System.Object)">
<summary>
<para> </para>
</summary>
<param name="user">
</param>
<returns> </returns>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRole.Users">
<summary>
<para>A list of users associated with the current role.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpo.XPCollection"/>&lt;<see cref="T:DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser"/>&gt; collection which is the list of users associated with the current role.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.ModelDifferenceAspect">
<summary>
<para>The XPO persistent class used to store model difference aspects in the database.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.ModelDifferenceAspect.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Initializes a new instance of the ModelDifferenceAspect class.
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object which represents a persistent object's cache where the business object will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifferenceAspect.DisplayName">
<summary>
<para>Gets the <a href="http://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo(v=vs.85).aspx">language code</a> of the current ModelDifferenceAspect object, or the "(Default language)" text.
</para>
</summary>
<value>A string which specifies the name of the current model difference aspect, or "(Default language)" if the aspect name is empty (if the current aspect specifies culture-neutral model differences).
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifferenceAspect.Name">
<summary>
<para>Specifies the <a href="http://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo(v=vs.85).aspx">language code</a> of the current ModelDifferenceAspect object. The empty value means that the current aspect specifies culture-neutral model differences.
</para>
</summary>
<value>A string which specifies the name of the current model difference aspect.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifferenceAspect.Owner">
<summary>
<para>Specifies the <see cref="T:DevExpress.Persistent.BaseImpl.ModelDifference"/> object the current ModelDifferenceAspect belongs to.
</para>
</summary>
<value>A the <see cref="T:DevExpress.Persistent.BaseImpl.ModelDifference"/> object specifying the model differences object that owns the current aspect.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifferenceAspect.Xml">
<summary>
<para>Specifies the XML code of the current ModelDifferenceAspect object.
</para>
</summary>
<value>A string which is the XML code of the current model difference aspect.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.ModelDifference">
<summary>
<para>The XPO persistent class used to store model differences in the database.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.ModelDifference.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Initializes a new instance of the ModelDifference class.
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object which represents a persistent object's cache where the business object will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifference.Aspects">
<summary>
<para>Gets a collection of model difference aspects associated with the ModelDifference object.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpo.XPCollection"/>&lt;<see cref="T:DevExpress.ExpressApp.IModelDifferenceAspect"/>&gt; list of model difference aspects.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifference.ContextId">
<summary>
<para>Specifies the context identifier of the current ModelDifference object that allows distinguishing model differences designed for different applications using the same database.
</para>
</summary>
<value>A string which is the context identifier.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifference.UserId">
<summary>
<para>Specifies the identifier of a user who owns the current ModelDifference object.
</para>
</summary>
<value>A string which is the identifier of a user who owns the current model differences.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifference.UserName">
<summary>
<para>Gets the name of a user who owns the current ModelDifference object.
</para>
</summary>
<value>A string which is the name of a user who owns the current model differences.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ModelDifference.Version">
<summary>
<para>Specifies the version of the current ModelDifference object.
</para>
</summary>
<value>An integer value which is the version number of the model differences object.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.MediaDataObject">
<summary>
<para>The XPO persistent class used to store media data in the database.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.MediaDataObject.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Used to initialize a new instance of a MediaDataObject descendant in a specific Session.
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object which represents a persistent object's cache where the business object will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.MediaDataObject.MediaData">
<summary>
<para>Specifies a byte array with media data that is loaded from a database on demand when required.
</para>
</summary>
<value>A byte array object that is loaded from a database on demand when required.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.MediaDataObject.MediaDataKey">
<summary>
<para>Specifies a key value associated with the <see cref="P:DevExpress.Persistent.BaseImpl.MediaDataObject.MediaData"/> byte array.
</para>
</summary>
<value>A string which is a key value.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.ReportDataV2">
<summary>
<para>The persistent class used to store reports in the Reports V2 Module. Inherits <see cref="T:DevExpress.Persistent.BaseImpl.BaseObject"/> and thus has the <a href="http://msdn.microsoft.com/en-us/library/system.guid.aspx">Guid</a>-type identifier.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.ReportDataV2.#ctor(DevExpress.Xpo.Session,System.Type)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="session">
</param>
<param name="dataType">
</param>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.ReportDataV2.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Used to initialize a new instance of a ReportDataV2 descendant in a specific Session.
</para>
</summary>
<param name="session">
A <see cref="T:DevExpress.Xpo.Session"/> object which represents a persistent object's cache where the business object will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.Content">
<summary>
<para>Specifies the report content.
</para>
</summary>
<value>A byte array that is the report content.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.DataTypeCaption">
<summary>
<para>Gets the type caption of persistent objects that are displayed within the report.
</para>
</summary>
<value>A string that specifies the type caption of persistent objects that are displayed within the report.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.DataTypeName">
<summary>
<para>Gets the name of the report's data type.
</para>
</summary>
<value>A string which is the name of the report's data type.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.DisplayName">
<summary>
<para> Specifies the report's display name.
</para>
</summary>
<value>A string which is the report's display name.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.IsInplaceReport">
<summary>
<para>Specifies whether or not the report is inplace.
</para>
</summary>
<value><b>true</b>, if the report is inplace; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.IsPredefined">
<summary>
<para>Gets a boolean value that indicates whether or not the report is predefined.
</para>
</summary>
<value><b>true</b>, if a report is predefined in code; <b>false</b>, if a report is created at runtime.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.ParametersObjectType">
<summary>
<para>Specifies the type of the reports parameter object.
</para>
</summary>
<value>A <b>System.Type</b> of an object that specifies report parameters (typically, the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> descendant).
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.ParametersObjectTypeName">
<summary>
<para>Specifies the name of the reports parameter object type.
</para>
</summary>
<value>A string which is the name of the reports parameter object type.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.ReportDataV2.PredefinedReportType">
<summary>
<para>Specifies the type of the predefined report.
</para>
</summary>
<value>A <b>System.Type</b> object that specifies the type of the predefined report.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.XtraReportData">
<summary>
<para>The persistent class used to store reports in the Reports V2 Module. Inherits <see cref="T:DevExpress.Xpo.XPObject"/> and thus has the integer-type identifier.
</para>
</summary>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.XtraReportData.#ctor(DevExpress.Xpo.Session,System.Type)">
<summary>
<para>Used to initialize a new instance of a XtraReportData descendant intended to persist a report that targets a specified data type in a specific Session.
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object which represents a persistent object's cache where the business object will be instantiated.
</param>
<param name="dataType">
A <see cref="T:System.Type"/> object specifying the data type that the report data source is bound to.
</param>
</member>
<member name="M:DevExpress.Persistent.BaseImpl.XtraReportData.#ctor(DevExpress.Xpo.Session)">
<summary>
<para>Used to initialize a new instance of a XtraReportData descendant in a specific Session.
</para>
</summary>
<param name="session">
A <b>DevExpress.Xpo.Session</b> object which represents a persistent object's cache where the business object will be instantiated.
</param>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.Content">
<summary>
<para>Specifies the report content.
</para>
</summary>
<value>A byte array that is the report content.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.DataTypeCaption">
<summary>
<para>Gets the type caption of persistent objects that are displayed within the report.
</para>
</summary>
<value>A string that specifies the type caption of persistent objects that are displayed within the report.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.DataTypeName">
<summary>
<para>Gets the name of the report's data type.
</para>
</summary>
<value>A string which is the name of the report's data type.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.DisplayName">
<summary>
<para> Specifies the report's display name.
</para>
</summary>
<value>A string which is the report's display name.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.IsInplaceReport">
<summary>
<para>Specifies whether or not the report is inplace.
</para>
</summary>
<value><b>true</b>, if the report is inplace; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.IsPredefined">
<summary>
<para>Gets a boolean value that indicates whether or not the report is predefined.
</para>
</summary>
<value><b>true</b>, if a report is predefined in code; <b>false</b>, if a report is created at runtime.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.ParametersObjectType">
<summary>
<para>Specifies the type of the reports parameter object.
</para>
</summary>
<value>A <b>System.Type</b> of an object that specifies report parameters (typically, the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> descendant).
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.ParametersObjectTypeName">
<summary>
<para>Specifies the name of the reports parameter object type.
</para>
</summary>
<value>A string which is the name of the reports parameter object type.
</value>
</member>
<member name="P:DevExpress.Persistent.BaseImpl.XtraReportData.PredefinedReportType">
<summary>
<para>Specifies the type of the predefined report.
</para>
</summary>
<value>A <b>System.Type</b> object that specifies the type of the predefined report.
</value>
</member>
<member name="T:DevExpress.Persistent.BaseImpl.OidInitializationMode">
<summary>
<para>Contains values specifying when a new GUID value is assigned to the <see cref="P:DevExpress.Persistent.BaseImpl.BaseObject.Oid"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.Persistent.BaseImpl.OidInitializationMode.AfterConstruction">
<summary>
<para>Specifies that a new GUID value is assigned to the <see cref="P:DevExpress.Persistent.BaseImpl.BaseObject.Oid"/> property in the <b>AfterConstruction</b> method override.
</para>
</summary>
</member>
<member name="F:DevExpress.Persistent.BaseImpl.OidInitializationMode.OnSaving">
<summary>
<para>Specifies that a new GUID value is assigned to the <see cref="P:DevExpress.Persistent.BaseImpl.BaseObject.Oid"/> property in the <b>OnSaving</b> method override.
</para>
</summary>
</member>
</members>
</doc>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,814 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Sparkline.v17.2.Core</name>
</assembly>
<members>
<member name="T:DevExpress.Sparkline.ISparklineViewVisitor">
<summary>
<para>Interface implementing the <b>Visitor</b> pattern.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.LineSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.AreaSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.BarSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.WinLossSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="T:DevExpress.Sparkline.LineSparklineView">
<summary>
<para>The <b>Line</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the LineSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.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="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the LineSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
</para>
</summary>
<value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
<summary>
<para>Gets or sets the size of an end point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
<summary>
<para>Specifies the width of a line in a LineSparklineView.
</para>
</summary>
<value>An integer value specifying the line width (in pixels).
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
<summary>
<para>Gets or sets the color to draw line markers.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
<summary>
<para>Gets or sets the size of markers for data points in a line sparkline.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
<summary>
<para>Gets or sets the marker size of all data points that have negative values (less than 0).
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
<summary>
<para>Sets size for all markers of a sparkline.
</para>
</summary>
<param name="markerSize">
An integer value specifying the new size for sparkline markers (in pixels).
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
<summary>
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.
</para>
</summary>
<value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
<summary>
<para>Gets or sets the size of a start point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current LineSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.SparklineRange">
<summary>
<para>Represents a range to be used in DevExpress Sparkline controls.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.
</param>
<param name="max">
A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.
</param>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
<summary>
<para>Initializes a new instance of the SparklineRange class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
<summary>
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.
</para>
</summary>
<value><b>true</b> to calculate range limits automatically; <b>false</b> to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
<summary>
<para>Gets or sets a value specifying the first limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the first limit.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
<summary>
<para>Gets or sets a value specifying the second limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the second limit.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
<summary>
<para>This event is hidden, because it is not appropriate for the SparklineRange class.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
<summary>
<para>Returns the textual representation of the SparklineRange.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SparklineRange.
</returns>
</member>
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
<summary>
<para>The <b>WinLoss</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the WinLossSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current WinLossSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
<summary>
<para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
<summary>
<para>Specifies the distance between two bars of a bar sparkline.
</para>
</summary>
<value>An integer value (in pixels).
</value>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineView">
<summary>
<para>The <b>Bar</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the BarSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current BarSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.AreaSparklineView">
<summary>
<para>The <b>Area</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the AreaSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
<summary>
<para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the AreaSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current AreaSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewType">
<summary>
<para>Lists the values used to specify the available view types of a sparkline.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
<summary>
<para>Sparkline data points are represented as <b>area</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
<summary>
<para>Sparkline data points are represented as <b>bars</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
<summary>
<para>Sparkline data points are represented as a <b>line</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
<summary>
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewBase">
<summary>
<para>The base class for sparkline views.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
<summary>
<para>Gets the actual color of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
<summary>
<para>Gets the actual color of a sparkline end point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
<summary>
<para>Gets the actual color of a sparkline maximum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
<summary>
<para>Gets the actual color of a sparkline minimum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
<summary>
<para>Gets the actual color of sparkline negative points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
<summary>
<para>Gets the actual color of a sparkline start point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the SparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
<summary>
<para>Gets or sets the color to draw a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
<summary>
<para>Creates a sparkline view of the specified type.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
</param>
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
<summary>
<para>Gets or sets the color to draw the end point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
<summary>
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
<summary>
<para>Occurs when any property of the SparklineViewBase object has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
<summary>
<para>Gets or sets the color to draw the start point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
<summary>
<para>Returns a human-readable string that represents the SparklineViewBase object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current SparklineViewBase object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
</members>
</doc>
File diff suppressed because it is too large Load Diff

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