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 
    public ref class ImportExportFacility sealed 
    Remarks

    To create an ImportExportFacility, use Scheduler.GetImportExportFacility

    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:

    Transfer the data to the server using one of the SetSource... methods. Call ParseImportData to preprocess the import file. Review the results from ParseImportData, and adjust settings and object selections as needed. Call ImportData to complete the import.
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ImportExportFacility

    See Also