Click or drag to resize
ProjectGetAllCodeGenerationTasksForOutputType Method
Gets all the code generation tasks for the output type specified. It will use clones of the cycle preferences.

Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public List<CodeGenerationTaskBase> GetAllCodeGenerationTasksForOutputType(
	CodeGenerationCycleOutputType outputType
)

Parameters

outputType
Type: SD.LLBLGen.Pro.ApplicationCoreCodeGenerationCycleOutputType
Type of the output.

Return Value

Type: ListCodeGenerationTaskBase
See Also