Skip to main content
.NET 6.0+

IModelNodesGeneratorUpdater Interface

Declares properties implemented by the Generator Updater classes.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IModelNodesGeneratorUpdater

Remarks

Generally, you do not need to implement this interface. Inherit the ModelNodesGeneratorUpdater<T> class that implements this interface, instead.

See Also