Click or drag to resize

ProjectSetDefaultsPerTargetElementType Method

Sets the type of the defaults per target element.

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 void SetDefaultsPerTargetElementType(
	Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer> newValues
)

Parameters

newValues
Type: System.Collections.GenericDictionaryFrameworkSettingTargetElementType, OutputSettingValuesContainer
The new values.
See Also