ViewVariantsModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method
Registers the UpdateNavigationItemNodeGenerator and UpdateModelListViewNodesGenerator Generator Updaters.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
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 UpdateNavigationItemNodeGenerator initializes the IModelNavigationItemsVariantSettings.GenerateRelatedViewVariantsGroup property with a default value. The UpdateModelListViewNodesGenerator creates default View Variant nodes.