Click or drag to resize

OutputSettingValuesContainer Constructor

Initializes a new instance of the OutputSettingValuesContainer class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public OutputSettingValuesContainer(
	FrameworkSettingTargetElementType forTargetElementType
)

Parameters

forTargetElementType
Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
The type of the target element this container is for.
See Also