Click or drag to resize
CodeGenerationMetaDataStore.UpdateCodeGenerationCyclePreferencesForOutput Method
updates the specified CodeGenerationCyclePreferences with the latest framework data.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public void UpdateCodeGenerationCyclePreferencesForOutput(
	CodeGenerationCyclePreferences toUpdate,
	string rootNamespace,
	string projectName,
	string targetFrameworkName
)

Parameters

toUpdate
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.CodeGenerationCyclePreferences
To update.
rootNamespace
Type: System.String
The root namespace.
projectName
Type: System.String
Name of the project.
targetFrameworkName
Type: System.String
Name of the target framework.
Remarks
Only for SourceCode outputtypes. Other output types are a no-op.
See Also