Back to Devexpress

StateMachineModule Class

expressappframework-devexpress-dot-expressapp-dot-statemachine.md

latest2.0 KB
Original Source

StateMachineModule Class

The module contained in the DevExpress.ExpressApp.StateMachine.v25.2.dll assembly.

Namespace : DevExpress.ExpressApp.StateMachine

Assembly : DevExpress.ExpressApp.StateMachine.v25.2.dll

NuGet Package : DevExpress.ExpressApp.StateMachine

Declaration

csharp
public sealed class StateMachineModule :
    ModuleBase
vb
Public NotInheritable Class StateMachineModule
    Inherits ModuleBase

Remarks

The State Machine Module comprises a single DevExpress.ExpressApp.StateMachine.v25.2.dll assembly. This assembly contains classes and services that provide state machine functionality in XAF applications and the StateMachineModule class - a descendant of the ModuleBase class.

The StateMachineModule class exposes properties that determine the general behavior of the state machine functionality.

Inheritance

Object MarshalByRefObject Component ModuleBase StateMachineModule

See Also

StateMachineModule Members

State Machine (Organize State Transitions)

DevExpress.ExpressApp.StateMachine Namespace