ModuleBase.AddModelNodeUpdaters(IModelNodeUpdaterRegistrator) Method
Registers node updaters in the application.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
updaterRegistrator | IModelNodeUpdaterRegistrator | An IModelNodeUpdaterRegistrator object exposing the AddUpdater method used to register node updaters in the application. |
Remarks
Override this method in a module, to register node updaters. For information on node updaters and examples of using this method, refer to the Convert Application Model Differences topic.
By default, this method does nothing.
See Also
Feedback