DMFSourceXMLToEntityMap::createSourceXML Method
The create XML will recreate new data based on the mapping provided by WPF Control in DMFSourceXMLToEntityMap form.
Syntax
client public static void createSourceXML(
str _xDocument,
DMFEntity _entity,
DMFDefinitionGroupEntity _definitionGroupEntity)
Run On
Client
Parameters
- _xDocument
Type: str
Pass the xDocument string to initialize XML document.
- _entity
Type: DMFEntity Table
Pass the DMFEntity buffer for the XML generation.
- _definitionGroupEntity
Type: DMFDefinitionGroupEntity Table
Pass the DMFDefinitionGroupEntity buffer for the XML generation.
Remarks
Create data w.r.t XML data provided by the WPF Control.