Skip to main content
.NET 6.0+

IModelNodeUpdater<T> Interface

Implemented by node updaters that convert application model differences.

Namespace: DevExpress.ExpressApp.Model.Core

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IModelNodeUpdater<T>
    where T :
    IModelNode

Type Parameters

Name
T

Remarks

Implement this interface in a class, to customize Application Model differences. To learn about node updaters, and see an example of using this method, refer to the Convert Application Model Differences topic.

See Also