Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WorkflowModule Properties

The module contained in the DevExpress.ExpressApp.Workflow.v23.2.dll assembly.
Name Description
ActivateStartWorkflowController Specifies whether or not the StartWorkflowController is active.
AdditionalControllerTypes Contains manually specified Controllers to be loaded to the Application Model. Inherited from ModuleBase.
AdditionalExportedTypes Contains manually specified business classes to be loaded to the Application Model. Inherited from ModuleBase.
Application Provides access to an XafApplication object that can be used to manage the current application. Inherited from ModuleBase.
AssemblyName For internal use only. Inherited from ModuleBase.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
Description Specifies a textual description of a module. Inherited from ModuleBase.
DiffsStore For internal use. Inherited from ModuleBase.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ModelDifferenceResourceName This property is intended for internal use. Inherited from ModuleBase.
ModelVersion For internal use. Inherited from ModuleBase.
ModuleManager Provides access to the ApplicationModulesManager object, which contains information on the modules currenly added to the application. Inherited from ModuleBase.
Name Gets the name of the current module.
RequiredModuleTypes Provides access to the collection of modules that are added to the current module via the Module Designer. Inherited from ModuleBase.
ResourcesExportedToModel Provides access to a collection of Resource Localizers used in the current module to extend the Application Model’s IModelLocalization node. Inherited from ModuleBase.
RunningWorkflowInstanceInfoType Specifies the type of objects that supply information on running workflow instances.
Site Gets or sets the ISite of the Component. Inherited from Component.
StartWorkflowRequestType Species the type of objects used as workflow instance execution requests.
UserActivityVersionType Specifies the type of objects used to persist versioning data for custom user activities.
Version Gets the major, minor, revision, and build numbers of a module’s assembly. Inherited from ModuleBase.
WorkflowControlCommandRequestType Species the type of objects used as running workflow instance management requests.
WorkflowDefinitionType Specifies the type of workflow definition objects.
WorkflowInstanceKeyType Specifies the type of workflow instance keys corresponding to workflow instances executed on the server.
WorkflowInstanceType Specifies the type of workflow instances executed on the server.
See Also