Click or drag to resize
CodeGenerationMetaDataStoreUpdateCodeGenerationCyclePreferencesForOutput 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.3.0.0 (5.3.0)
Syntax
public void UpdateCodeGenerationCyclePreferencesForOutput(
	CodeGenerationCyclePreferences toUpdate,
	string rootNamespace,
	string projectName,
	string targetFrameworkName
)

Parameters

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