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.

ScriptRecorderAspNetModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method

Registers the ActionNodeGeneratorUpdater Generator Updater.

Namespace: DevExpress.ExpressApp.ScriptRecorder.Web

Assembly: DevExpress.ExpressApp.ScriptRecorder.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.ScriptRecorder.Web

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 ActionNodeGeneratorUpdater assigns the script recording Actions to the Tools category.

See Also