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