IModelNodesGeneratorUpdater Interface
Declares properties implemented by the Generator Updater classes.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
Generally, you do not need to implement this interface. Inherit the ModelNodesGeneratorUpdater<T> class that implements this interface, instead.
See Also