Difference between revisions of "Interface Tools Library"
(→Classes) |
|||
| Line 7: | Line 7: | ||
== Classes == | == Classes == | ||
=== UBIKStandardInterface === | === UBIKStandardInterface === | ||
| − | * {{UBIK}} interface | + | * Standard {{UBIK}} interface class for import and export |
| − | * | + | * Customizing is initialized via call of InitCustomizing(false) |
| − | * | + | * A new customized interface should derive from this class and additionally must implement the interfaces IUBIKImport and IUBIKExport, respectively |
<source lang="csharp"> | <source lang="csharp"> | ||
Revision as of 10:25, 11 February 2014
The UBIK.Interface.Tools library provides features related to interface operations, like
- Initialisation of UBIK® interface objects
- File management for import / export processes
- Logging mechanisms
- Methods for accessing UBIK® objects and properties
Classes
UBIKStandardInterface
- Standard UBIK® interface class for import and export
- Customizing is initialized via call of InitCustomizing(false)
- A new customized interface should derive from this class and additionally must implement the interfaces IUBIKImport and IUBIKExport, respectively
namespace UBIK.Interface.Tools
public abstract class UBIKStandardInterface : UBIKInterfaceBase
public abstract class UBIKStandardInterface : UBIKInterfaceBase
