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.8.0.0 (5.8.21.0208)
Syntax
public bool 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.

Return Value

Type: Boolean
true if the passed in cycle reference was different from the one already there (or there's no current cyclePreference), false if it's equal (so nothing changed)
See Also