Click or drag to resize

OutputSettingValuesContainerUpdateContainedDataWithDefaults Method

Updates the contained data (ignore lists, and attributes/additional interfaces / additional namespaces) with defaults passed in: if a value is ignored but no longer in the defaultsContainer, it's removed. If a value in this container is already in the defaults, it's removed as well.

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 UpdateContainedDataWithDefaults(
	OutputSettingValuesContainer defaultsContainer
)

Parameters

defaultsContainer
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationOutputSettingValuesContainer
The defaults container. Has to be for the same TargetElementType
See Also