adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class
Properties Methods

In This Topic
    ImportExportFacility Class Members
    In This Topic

    The following tables list the members exposed by ImportExportFacility.

    Public Properties
     NameDescription
    Public PropertyThe DataContext this object belongs to.  
    Public Property Gets messages returned by the most recent operation.  
    Public Property Gets the ObjectComparison reports returned by ImportData if the ReturnComparisonReport is specified.  
    Top
    Public Methods
     NameDescription
    Public Method Exports data to an XML document and returns the document.  
    Public Method Exports data and writes the results directly to a local file.  
    Public Method Exports data and writes the results to a stream.  
    Public Method Performs the import.  
    Public Method Parses the import source and returns information about its contents.  
    Public Method Sets the import source from a string.  
    Public Method Sets the import source from a local file.  
    Public Method Sets the source from an object snapshot.  
    Public Method Streams data to the server and sets the fileID to use to reference the data in subsequent calls.  
    Top
    See Also