Click or drag to resize
CodeGenerationTaskBaseSignalCyclePreferenceChange Method
Signals a cycle preference change. This is done this way to avoid an event handler hookup as this object wraps a cycle preferences object which might stay alive longer than the task. Calling this method will raise the property changed event for IsValid so subscribers can re-evaluate this flag.

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 void SignalCyclePreferenceChange()
See Also