Click or drag to resize

CodeGenerationTaskBaseUpdateCyclePreferences Method

Updates the cycle preferences specified in this task in the container set in this task.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public virtual bool UpdateCyclePreferences()

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