Click or drag to resize

ITargetFrameworkHolderGetDefaultsForTargetElementType Method

Gets the defaults for attributes/additional interfaces/namespaces for the targetelement specified, or null if not found

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Interfaces
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
OutputSettingValuesContainer GetDefaultsForTargetElementType(
	FrameworkSettingTargetElementType targetElementType
)

Parameters

targetElementType
Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
Type of the target element.

Return Value

Type: OutputSettingValuesContainer
the defaults for attributes/additional interfaces/namespaces for the targetelement specified, or null if not found
See Also