ConvertXmlParameters Class
Represents parameters, passed to the IModelXmlConverter.ConvertXml method.
Namespace: DevExpress.ExpressApp.Updating
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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