ImporterBaseTRetriever Properties |
The ImporterBaseTRetriever generic type exposes the following members.
Name | Description | |
---|---|---|
DataCollector |
Gets or sets the data collector object
| |
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.
| |
InformationRetriever |
Gets the information retriever instance which is the object which does the actual import work.
| |
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.
|