Jump to: navigation, search

XML Interface Toolkit Library


Revision as of 13:45, 11 February 2014 by KNO (Talk | contribs) (Created page with "The UBIK.Interface.Module.XML library provides features for importing and exporting XML data. == Classes == === XMLDataInterface === * Process XML data and create or update {...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The UBIK.Interface.Module.XML library provides features for importing and exporting XML data.

Classes

XMLDataInterface

  • Process XML data and create or update UBIK® objects
  • Process mapping information and apply on XML / UBIK® data
namespace UBIK.Interface.Module.XML
public class XMLDataInterface : UBIKStandardInterface, IUBIKImport, IUBIKExport

XMLDataImport

  • Creates or update UBIK® objects from XML data using a XML converter and XML mapping
namespace UBIK.Interface.Module.XML
public class XMLDataImport

XMLDataExport

  • Creates XML data from UBIK® objects using a XML converter and XML mapping
namespace UBIK.Interface.Module.XML
public class XMLDataExport

XMLConverter

  • Converts UBIK® MetaClasses / MetaProperties into XML elements / attributes and vice versa
  • Translates XML items into UBIK® content objects
namespace UBIK.Interface.Module.XML
public class XMLConverter