Click or drag to resize

TaskGroupElement.GetListOfDriverIDsToProcess Method

Gets the list of driver IDs to process.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax
protected List<string> GetListOfDriverIDsToProcess(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCore.IGenerator
The executing generator.

Return Value

Type: List<String>
See Also