Skip to main content
.NET 6.0+

SystemModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method

Registers the ObjectMethodActionsActionsNodeUpdater Generator Updater.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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 ObjectMethodActionsActionsNodeUpdater Generator Updater creates Actions from method declarations decorated with ActionAttribute.

See Also