KpiModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method
Registers the DateRangeLocalizationModelNodesGeneratorUpdater Generator Updater.
Namespace: DevExpress.ExpressApp.Kpi
Assembly: DevExpress.ExpressApp.Kpi.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Kpi
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 DateRangeLocalizationModelNodesGeneratorUpdater creates a DateRanges localization group containing localization items corresponding to the possible values of the KpiDefinition.Range property.
See Also