Click or drag to resize
DefaultsPerTargetElementTypeContainerGetDefaultsPerTargetElementTypeClone Method
Gets the defaults per target element type store as a clone for editing with cancel option.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer> GetDefaultsPerTargetElementTypeClone(
	bool switchOffNotifications
)

Parameters

switchOffNotifications
Type: SystemBoolean
if set to it will switch off notifications in the setting value containers

Return Value

Type: DictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer
See Also