Click or drag to resize
EntityModelCodeGenerationTask Constructor
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.1.0.0 (5.1.0)
Syntax
public EntityModelCodeGenerationTask(
	CodeGenerationCyclePreferences cyclePreferences,
	Project currentProject
)

Parameters

cyclePreferences
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationCyclePreferences
The cycle preferences.
currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
See Also