Skip to main content
A newer version of this page is available. .

ConvertXmlParameters Class

Represents parameters, passed to the IModelXmlConverter.ConvertXml method.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v18.2.dll

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