
|   |  | |
Location: 
            DAMIMPOR.H
            
Link against: damodl.lib
            
         
class CDaExporter : public CDaIncremental;
Exports a data application model to a text format.
This is implemented as an incremental operation.
MDaIncremental - Abstract interface for classes that implement data model incremental operations
            CBase - Base class for all classes to be instantiated on the heap
            CDaIncremental - CBase-based class for classes that implement data model incremental operations
            CDaExporter - Exports a data application model to a text format
            Defined in CDaExporter:
            CloseL(), NewL(), Next(), ~CDaExporter()
            
         
Inherited from CBase:
            Delete(),
            Extension_(),
            operator new()
Inherited from CDaIncremental:
            DoCancel(),
            HandleCancel(),
            HandleLeave(),
            Initialize(),
            SetActiveIncremental(),
            SetObserver(),
            TerminationState(),
            iActiveIncremental,
            iObserver,
            iRemainingSteps,
            iTerminationState
static IMPORT_C CDaExporter *NewL(CDaModel &aModel, const TDaFileImportParams &aParams);
Allocates and constructs a new data application model exporter.
| 
 | 
| 
 |