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
@@ -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>