Click or drag to resize

ApplicationUtils.ConvertFrameworkSettingTargetElementTypeToRealType Method

Converts the FrameworkSettingTargetElementType specified to the real type used in the project model.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public static Type ConvertFrameworkSettingTargetElementTypeToRealType(
	FrameworkSettingTargetElementType elementType
)

Parameters

elementType
Type: SD.LLBLGen.Pro.ApplicationCore.FrameworkSettingTargetElementType
Type of the element.

Return Value

Type: Type
See Also