Skip to main content
.NET 6.0+

ConvertXmlParameters Class

Represents parameters, passed to the IModelXmlConverter.ConvertXml method.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class ConvertXmlParameters :
    IDisposable

Remarks

This class represents the node stored in the Application Model differences. You can access the ConvertXmlParameters class’ members when implementing the ConvertXml method in a Module, supporting the Application Model differences conversion. Refer to the Convert Application Model Differences topic, to see the example.

Inheritance

Object
ConvertXmlParameters
See Also