Click or drag to resize

GeneratorUtils.GetAllMappedTargetsInScope Method (IGenerator, String)

Gets all mapped targets from the project which are in scope of the passed in executing generator.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public static IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargetsInScope(
	IGenerator executingGenerator,
	string driverID
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCore.IGenerator
The executing generator.
driverID
Type: System.String
The driver ID.

Return Value

Type: IEnumerable<IProjectElementMapTargetElement>
returns all targets in the database for driver with id specified which have a mapping which is in scope of the passed in generator
See Also