Click or drag to resize

OutputSettingValuesContainerUpdateContainedSettingsListWithFrameworkSettings Method

Adds all settings in the specified frameworkSettings which aren't in this container's setting list with their default value. It's assumed the settings are for this container.

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 void UpdateContainedSettingsListWithFrameworkSettings(
	List<SettingDefinition> frameworkSettings
)

Parameters

frameworkSettings
Type: System.Collections.GenericListSettingDefinition
See Also