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.

WorkflowWindowsFormsModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method

Registers the NavigationItemsWorkflowsUpdater Generator Updater.

Namespace: DevExpress.ExpressApp.Workflow.Win

Assembly: DevExpress.ExpressApp.Workflow.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Workflow.Win

Declaration

public override void AddGeneratorUpdaters(
    ModelNodesGeneratorUpdaters updaters
)

Parameters

Name Type Description
updaters DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters

A ModelNodesGeneratorUpdaters object providing access to the list of Generator Updaters.

Remarks

This method is not intended to be called from your code.

A Generator Updater is a class used to customize the Application Model‘s zero layer after it has been generated. The NavigationItemsWorkflowsUpdater creates a Workflows navigation group with a Workflow Definition navigation item. This item invokes the default List View for the WorkflowModule.WorkflowDefinitionType.

See Also