Click or drag to resize
ProjectUpdateCodeGenerationCyclePreferences Method
Updates the code generation cycle preferences stored in this instance with the one specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void UpdateCodeGenerationCyclePreferences(
	CodeGenerationCycleOutputType outputType,
	CodeGenerationCyclePreferences cyclePreferences
)

Parameters

outputType
Type: SD.LLBLGen.Pro.ApplicationCoreCodeGenerationCycleOutputType
Type of the output. Has to be specified, as cyclePreferences can be null
cyclePreferences
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationCyclePreferences
The cycle preferences. Can be null.
See Also