ProjectCodeGenerationCyclePreferencesPerOutputType Property |
Gets the used code generation cycle preferences (value) per outputType (key)
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public Dictionary<CodeGenerationCycleOutputType, CodeGenerationCyclePreferences> CodeGenerationCyclePreferencesPerOutputType { get; }
Public ReadOnly Property CodeGenerationCyclePreferencesPerOutputType As Dictionary(Of CodeGenerationCycleOutputType, CodeGenerationCyclePreferences)
Get
Property Value
Type:
DictionaryCodeGenerationCycleOutputType,
CodeGenerationCyclePreferencesSee Also