Click or drag to resize

EntityModelCodeGenerationTask Constructor (CodeGenerationCyclePreferences, Project, Boolean)

Initializes a new instance of the EntityModelCodeGenerationTask class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public EntityModelCodeGenerationTask(
	CodeGenerationCyclePreferences cyclePreferences,
	Project currentProject,
	bool isAdditionalCycleTask = false
)

Parameters

cyclePreferences
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationCyclePreferences
The cycle preferences.
currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
isAdditionalCycleTask (Optional)
Type: SystemBoolean
If true, this task is seen as an additional cycle task
See Also