Click or drag to resize

DerivedModelDefinition.SetNewOutputSettingValuesContainer Method

Sets the new output setting values container in this frameworkholder.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public void SetNewOutputSettingValuesContainer(
	OutputSettingValuesContainer newContainer
)

Parameters

newContainer
Type: SD.LLBLGen.Pro.ApplicationCore.Configuration.OutputSettingValuesContainer
The new container.

Implements

ITargetFrameworkHolder.SetNewOutputSettingValuesContainer(OutputSettingValuesContainer)
See Also