Back to Devexpress

IModelXmlConverter Interface

expressappframework-devexpress-dot-expressapp-dot-updating-2204029d.md

latest1.6 KB
Original Source

IModelXmlConverter Interface

Declares the IModelXmlConverter.ConvertXml method, implemented by Modules supporting the Application Model differences conversion.

Namespace : DevExpress.ExpressApp.Updating

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelXmlConverter
vb
Public Interface IModelXmlConverter

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

IModelXmlConverter Members

DevExpress.ExpressApp.Updating Namespace