Click or drag to resize
DerivedModelDefinitionSetNewOutputSettingValuesContainer 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.0.0.0 (5.0.0)
Syntax
public void SetNewOutputSettingValuesContainer(
	OutputSettingValuesContainer newContainer
)

Parameters

newContainer
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationOutputSettingValuesContainer
The new container.

Implements

ITargetFrameworkHolderSetNewOutputSettingValuesContainer(OutputSettingValuesContainer)
See Also