CodeGenerationMetaDataStoreUpdateCodeGenerationCyclePreferencesForOutput Method |
updates the specified CodeGenerationCyclePreferences with the latest framework data.
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void UpdateCodeGenerationCyclePreferencesForOutput(
CodeGenerationCyclePreferences toUpdate,
string rootNamespace,
string projectName,
string targetFrameworkName
)
Public Sub UpdateCodeGenerationCyclePreferencesForOutput (
toUpdate As CodeGenerationCyclePreferences,
rootNamespace As String,
projectName As String,
targetFrameworkName As String
)
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