Click or drag to resize
IGeneratorStart 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.3.0.0 (5.3.0)
Syntax
bool Start(
	CodeGenerationTaskBase codeGenTask,
	ApplicationConfiguration configurationSettings
)

Parameters

codeGenTask
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationTaskBase
The code generation task to execute.
configurationSettings
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationApplicationConfiguration
The configuration settings.

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