IModelNodeUpdater<T> Interface
In This Article
Implemented by node updaters that convert application model differences.
Namespace: DevExpress.ExpressApp.Model.Core
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#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