Click or drag to resize
DefaultsPerTargetElementTypeContainer.GetDefaultsPerTargetElementTypeClone 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: System.Boolean
if set to true it will switch off notifications in the setting value containers

Return Value

Type: Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer>
See Also