IModelXmlConverter Interface
In This Article
Declares the IModelXmlConverter.ConvertXml method, implemented by Modules supporting the Application Model differences conversion.
Namespace: DevExpress.ExpressApp.Updating
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
Support this interface in your Module and implement the ConvertXml method to make the required changes in the model differences. Refer to the Convert Application Model Differences topic, to see the example.
See Also