Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelXmlConverter Interface

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

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

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