DerivedModelDefinitionGetDefaultsPerTargetElementTypeClone Method |
Gets the defaults per target element type store as a clone for editing with cancel option.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer> GetDefaultsPerTargetElementTypeClone(
bool switchOffNotifications
)
Public Function GetDefaultsPerTargetElementTypeClone (
switchOffNotifications As Boolean
) As Dictionary(Of FrameworkSettingTargetElementType, OutputSettingValuesContainer)
Parameters
- switchOffNotifications
- Type: SystemBoolean
if set to it will switch off notifications in the setting value containers
Return Value
Type:
DictionaryFrameworkSettingTargetElementType,
OutputSettingValuesContainerSee Also