adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class
Members

In This Topic
    ImportExportFacility Class
    In This Topic
    Provides import and export facilities.
    Object Model
    ImportExportFacility ClassDataContext ClassMessageCollection ClassMessage Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ImportExportFacility 
    public sealed class ImportExportFacility 
    Remarks
    *Note* Only one ImportExportFacility should be active within a Scheduler session, because each call to SetSource... will destroy the cached data on the server for any other export or import operations that are in progress. *Importing Data* Importing data requires these steps: 1. Transfer the data to the server using one of the SetSource... methods. 2. Call ParseImportData to preprocess the import file. 3. Review the results from ParseImportData, and adjust settings and object selections as needed. 4. Call ImportData to complete the import. *Exporting Data* Exporting data requires these steps:
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ImportExportFacility

    See Also