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.2.0.0 (5.2.17.0403)
Syntax public virtual List<RawImportableElementDefinition> GetFirstLevelInfo()
Public Overridable Function GetFirstLevelInfo As List(Of RawImportableElementDefinition)
Return Value
Type:
ListRawImportableElementDefinitionList of raw element definitions which are used to build a UI which allows the user to select which elements to import
Implements
IImporterGetFirstLevelInfoSee Also