Click or drag to resize

DerivedModelDefinitionGetLastUsedCodeGenerationCyclePreferencesForOutput Method

Gets the last used code generation cycle preferences for the output type SourceCode, or a new one if no code generation has taken place yet.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public CodeGenerationCyclePreferences GetLastUsedCodeGenerationCyclePreferencesForOutput()

Return Value

Type: CodeGenerationCyclePreferences
last used preferences or a new instance if no last used instance was found
See Also