Click or drag to resize
Project.SetDefaultsPerTargetElementType 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.3.0.0 (5.3.0)
Syntax
public void SetDefaultsPerTargetElementType(
	Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer> newValues
)

Parameters

newValues
Type: System.Collections.Generic.Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer>
The new values.
See Also