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

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 virtual List<RawImportableElementDefinition> GetFirstLevelInfo()

Return Value

Type: ListRawImportableElementDefinition
List of raw element definitions which are used to build a UI which allows the user to select which elements to import

Implements

IImporterGetFirstLevelInfo
See Also