Skip to main content
A newer version of this page is available. .

ModuleBase.AddModelNodeUpdaters(IModelNodeUpdaterRegistrator) Method

Registers node updaters in the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public virtual void AddModelNodeUpdaters(
    IModelNodeUpdaterRegistrator updaterRegistrator
)

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