Click or drag to resize

IGenerator.Start Method

Starts the generation process. It executes the code generation task specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax
bool Start(
	CodeGenerationTaskBase codeGenTask,
	ApplicationConfiguration configurationSettings,
	bool performObsoleteFileCleanup
)

Parameters

codeGenTask
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.CodeGenerationTaskBase
The code generation task to execute.
configurationSettings
Type: SD.LLBLGen.Pro.ApplicationCore.Configuration.ApplicationConfiguration
The configuration settings.
performObsoleteFileCleanup
Type: System.Boolean
If true, it will perform obsolete file cleanup, otherwise will ignore obsolete files.

Return Value

Type: Boolean
true if all task performs reported true, false if at least one failed.
Exceptions
ExceptionCondition
GeneratorAbortExceptionWhen a task encounters a situation which should result in the abortion of the task execution process.
See Also