ImporterBaseTRetriever Methods |
The ImporterBaseTRetriever generic type exposes the following members.
Name | Description | |
---|---|---|
CreateRetriever |
Creates the retriever which is used to obtain the info to import, and does that on a separate appDomain
| |
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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
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
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |