Difference between revisions of "Interface Tools Library"
(Created page with "The UBIK.Interface.Tools library provides various objects and methods related to interface operations: * Initialisation of {{UBIK}} interface objects * File management for imp...") |
|||
Line 1: | Line 1: | ||
− | The UBIK.Interface.Tools library provides | + | The UBIK.Interface.Tools library provides features related to interface operations, like |
* Initialisation of {{UBIK}} interface objects | * Initialisation of {{UBIK}} interface objects | ||
* File management for import / export processes | * File management for import / export processes |
Revision as of 10:24, 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
- UBIK® interface object for import and export
- Initialization of customizing via call of InitCustomizing(…)
- Every 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