Jump to: navigation, search

Changes


XML Interface Toolkit

404 bytes added, 10:48, 11 February 2014
/* Classes */
namespace UBIK.Interface.Module.XML
public class XMLDataInterface : UBIKStandardInterface, IUBIKImport, IUBIKExport
</source>
 
=== XMLDataImport ===
* Creates or update {{UBIK}} objects from XML data using a XML converter and XML mapping
<source lang="csharp">
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>
10,686
edits