Skip to main content
.NET 6.0+

PivotChartModuleBase.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method

Registers the PivotChartModuleBase Generator Updater.

Namespace: DevExpress.ExpressApp.PivotChart

Assembly: DevExpress.ExpressApp.PivotChart.v23.2.dll

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 PivotChartModuleBase Generator Updater initializes the IModelPivotChartNavigation.GenerateRelatedAnalysisGroup and IModelPivotChartNavigation.RelatedAnalysisGroupCaption properties with default values. The Generator Updater also creates navigation items for business classes implementing the IAnalysisInfo interface, whose corresponding IModelClassNavigation.IsNavigationItem property is set to true.

See Also