Click or drag to resize

ProjectGetDefaultsForTargetElementType Method

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

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public 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

Implements

ITargetFrameworkHolderGetDefaultsForTargetElementType(FrameworkSettingTargetElementType)
See Also