Skip to main content
.NET 6.0+

ModuleBase.AddModelNodeUpdaters(IModelNodeUpdaterRegistrator) Method

Registers node updaters in the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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