IImporter Interface |
Namespace: SD.LLBLGen.Pro.ApplicationCore
The IImporter type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets the description of the importer, which is used to make it easy for users to select the right importer.
| |
FirstLevelDataRetrievalMessage |
Gets the first level data retrieval message, which is displayed during the retrieval of the first-level information.
| |
ImportMappingsAndRelationalModelData |
Gets or set a value indicating whether mappings and relational model data has to be imported as well.
| |
ImportSuperTypesAutomatically |
Gets or set a value indicating whether supertypes have to be imported automatically.
| |
SubTaskProgressInitHandler |
The handler of the SubTaskProgressInitCallBack. Setting this property will allow Start
to reflect its current progress of subtasks executed within a general task in the progress viewer.
| |
SubTaskProgressTaskCompletedHandler |
The handler of the SubTaskProgressTaskCompletedCallBack. Setting this property will allow Start
to reflect its current progress of subtasks executed within a general task in the progress viewer.
| |
SubTaskProgressTaskStartHandler |
The handler of the SubTaskProgressTaskStartCallBack. Setting this property will allow Start
to reflect its current progress of subtasks executed within a general task in the progress viewer.
| |
TaskProgressInitHandler |
The handler of the TaskProgressInitCallBack. Setting this property will allow Start
to reflect its current progress of general tasks in the progress viewer.
| |
TaskProgressTaskCompletedHandler |
The handler of the TaskProgressTaskCompletedCallBack. Setting this property will allow Start
to reflect its current progress of general tasks in the progress viewer.
| |
TaskProgressTaskStartHandler |
The handler of the TaskProgressTaskStartCallBack. Setting this property will allow Start
to reflect its current progress of general tasks in the progress viewer.
|
Name | Description | |
---|---|---|
CreateSourceDataCollector |
Creates the source data collector object which is used to let the user specify the source information where the data to import is
located so the importer can load it.
| |
GetFirstLevelInfo |
Gets the first level info objects. This information is shown in a UI which allows the user to select which elements to retrieve.
These elments (same objects as returned by this method) are then passed to the method to obtain the second level info, which is the information
to merge with the loaded project
| |
GetSecondLevelInfo |
Gets the second level info. This information is the information to import into the live project. All elements to import are specified in
elementsToImport and combined with the settings set on this importer, the importer will fill an ImportableData instance and returns that
| |
Reset |
Resets this instance. Use this method to reset any objects created during a previous import cycle.
| |
SetCallBacks |
Sets the call backs to use for this generator
|