Click or drag to resize
DefaultsPerTargetElementTypeContainerUpdateContainedElementFunc Property
Gets or sets the update contained element function, which is used to update an outputsettingvalues container in a containing object.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Action<FrameworkSettingTargetElementType, OutputSettingValuesContainer> UpdateContainedElementFunc { get; set; }

Property Value

Type: ActionFrameworkSettingTargetElementType, OutputSettingValuesContainer
See Also