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.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Action<FrameworkSettingTargetElementType, OutputSettingValuesContainer> UpdateContainedElementFunc { get; set; }
Public Property UpdateContainedElementFunc As Action(Of FrameworkSettingTargetElementType, OutputSettingValuesContainer)
Get
Set
Property Value
Type:
ActionFrameworkSettingTargetElementType,
OutputSettingValuesContainerSee Also