Jump to: navigation, search

Changes


XML Interface Toolkit

462 bytes added, 10:57, 11 February 2014
/* Classes */
namespace UBIK.Interface.Module.XML
public class XMLDataImport
</source>
 
=== XMLDataExport ===
* Creates XML data from UBIKĀ® objects using a XML converter and XML mapping
<source lang="csharp">
namespace UBIK.Interface.Module.XML
public class XMLDataExport
</source>
 
 
=== XMLConverter ===
* Converts {{UBIK}} MetaClasses / MetaProperties into XML elements / attributes and vice versa
* Translates XML items into {{UBIK}} content objects
<source lang="csharp">
namespace UBIK.Interface.Module.XML
public class XMLConverter
</source>
10,686
edits