Skip to main content

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

public sealed class StateMachineModule :
    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

See Also