Click or drag to resize
ImportExport Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
DataPA SetUp Import/Export API
Inheritance Hierarchy
SystemObject
  DataPAClientConfigImportExport

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class ImportExport

The ImportExport type exposes the following members.

Methods
  NameDescription
Public methodDBLinksRequestCancel
If ImportDbLinks has been called, and has not returned, call this to cancel.
Public methodExportData
Export set-up data to a DataPA export file (.pax). If calling you must handle the ExportThis event to specify the systems and subjects you wish to export.
Public methodGenerateSubjects
Import default subjects from the database.
Public methodImportDataPAExportFile
Import a DataPA Export File (.pax)
Public methodImportDbLinks
Import Links from the Database
Public methodProcessResultsFile
Imports DataPA Links from a Progress Results Query Configuration File (*.qc7)
Top
Properties
  NameDescription
Public propertyCancel
Set to TRUE to cancel a long running process
Top
Events
  NameDescription
Public eventDBLinksFinish
When importing links from the database by calling ImportDbLinks multi threading is used. This event is raised when the processing completes.
Public eventExportThis
When ExportData runs, it raises this event for every system and subject in the set-up data. The caller must handle this event, which passes a ShouldItemBeExportedArgs object. The caller should examine the read-only properties on this and set the ExportItem property on it to indicate whether this item should be exported.
Top
Remarks