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.9.0.0 (5.9.0)
Syntax public bool UpdateCodeGenerationCyclePreferences(
CodeGenerationCycleOutputType outputType,
CodeGenerationCyclePreferences cyclePreferences
)
Public Function UpdateCodeGenerationCyclePreferences (
outputType As CodeGenerationCycleOutputType,
cyclePreferences As CodeGenerationCyclePreferences
) As Boolean
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:
Booleantrue 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