Click or drag to resize
ApplicationUtils.CreateRawElementDefinitionsFromTargets Method
Creates the raw element definitions from the targets specified.

Namespace: SD.LLBLGen.Pro.ApplicationCore
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static List<RawElementDefinition> CreateRawElementDefinitionsFromTargets(
	List<IProjectElementMapTargetElement> targetsToMap,
	string driverID,
	ProjectElementType elementType,
	HashSet<string> currentNamesInUse,
	HashSet<IProjectElementMapTargetElement> alreadyMappedTargets,
	Project containingProject,
	bool preCheckAddToProject
)

Parameters

targetsToMap
Type: System.Collections.Generic.List<IProjectElementMapTargetElement>
The targets to map.
driverID
Type: System.String
The driver identifier.
elementType
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectElementType
Type of the element.
currentNamesInUse
Type: System.Collections.Generic.HashSet<String>
The current names in use.
alreadyMappedTargets
Type: System.Collections.Generic.HashSet<IProjectElementMapTargetElement>
The already mapped targets.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
The containing project.
preCheckAddToProject
Type: System.Boolean
if set to true [pre check add to project].

Return Value

Type: List<RawElementDefinition>
list of 0 or more RawElementDefinition instances
Remarks
Only targets of 1 database type can be passed in.
See Also