IImporterGetSecondLevelInfo 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
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax ImportableData GetSecondLevelInfo(
List<RawImportableElementDefinition> elementsToImport
)
Function GetSecondLevelInfo (
elementsToImport As List(Of RawImportableElementDefinition)
) As ImportableData
Parameters
- elementsToImport
- Type: System.Collections.GenericListRawImportableElementDefinition
The elements to import.
Return Value
Type:
ImportableDatafilled ImportableData instance which contains all data to import into the live project.
See Also