Click or drag to resize

ProjectGetEntityModelDefaultsPerTargetElementTypeClone Method

Gets the defaults per target element type store as a clone for editing with cancel option.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer> GetEntityModelDefaultsPerTargetElementTypeClone(
	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