Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelNodesGeneratorUpdater Interface

Declares properties implemented by the Generator Updater classes.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v21.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