Back to Devexpress

IModelXmlConverter.ConvertXml(ConvertXmlParameters) Method

expressappframework-devexpress-dot-expressapp-dot-updating-dot-imodelxmlconverter-dot-convertxml-x28-devexpress-dot-expressapp-dot-updating-dot-convertxmlparameters-x29.md

latest2.3 KB
Original Source

IModelXmlConverter.ConvertXml(ConvertXmlParameters) Method

Converts the specified Application Model node’s differences.

Namespace : DevExpress.ExpressApp.Updating

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
void ConvertXml(
    ConvertXmlParameters parameters
)
vb
Sub ConvertXml(
    parameters As ConvertXmlParameters
)

Parameters

NameTypeDescription
parametersConvertXmlParameters

A ConvertXmlParameters object, representing the Application Model node’s differences.

|

Remarks

Support the IModelXmlConverter interface in your Module and implement the ConvertXml method, to make the required changes in the model differences. This method is invoked for each node customized in differences and takes the ConvertXmlParameters object as a parameter. This object provides you with access to the node stored in differences. With this method, you can handle, for instance, changing the type of a certain node. Refer to the Convert Application Model Differences topic to see the example.

See Also

IModelXmlConverter Interface

IModelXmlConverter Members

DevExpress.ExpressApp.Updating Namespace