ScriptRecorderAspNetModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method
Registers the ActionNodeGeneratorUpdater Generator Updater.
Namespace: DevExpress.ExpressApp.ScriptRecorder.Web
Assembly: DevExpress.ExpressApp.ScriptRecorder.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ScriptRecorder.Web
Declaration
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