Back to Devexpress

IModelNodeUpdater<T> Interface

expressappframework-devexpress-dot-expressapp-dot-model-dot-core-dot-imodelnodeupdater-1.md

latest1.5 KB
Original Source

IModelNodeUpdater<T> Interface

Implemented by node updaters that convert application model differences.

Namespace : DevExpress.ExpressApp.Model.Core

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelNodeUpdater<T>
    where T :
    IModelNode
vb
Public Interface IModelNodeUpdater(Of T As 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

IModelNodeUpdater<T> Members

DevExpress.ExpressApp.Model.Core Namespace