Click or drag to resize

GeneratorStart Method

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

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public bool Start(
	CodeGenerationTaskBase codeGenTask,
	ApplicationConfiguration configurationSettings,
	bool performObsoleteFileCleanup
)

Parameters

codeGenTask
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationTaskBase
The code generation task to execute.
configurationSettings
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationApplicationConfiguration
The configuration settings.
performObsoleteFileCleanup
Type: SystemBoolean
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.

Implements

IGeneratorStart(CodeGenerationTaskBase, ApplicationConfiguration, Boolean)
Exceptions
ExceptionCondition
GeneratorAbortExceptionWhen a task encounters a situation which should result in the abortion of the task execution process.
See Also