Click or drag to resize
ImportInformationRetrieverBaseGetSecondLevelInfo Method
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

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public abstract ImportableData GetSecondLevelInfo(
	List<RawImportableElementDefinition> elementsToImport
)

Parameters

elementsToImport
Type: System.Collections.GenericListRawImportableElementDefinition
The elements to import.

Return Value

Type: ImportableData
filled ImportableData instance which contains all data to import into the live project.
See Also