Click or drag to resize
ApplicationUtilsConvertFrameworkSettingTargetElementTypeToRealType 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.0.0.0 (5.0.0)
Syntax
public static Type ConvertFrameworkSettingTargetElementTypeToRealType(
	FrameworkSettingTargetElementType elementType
)

Parameters

elementType
Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
Type of the element.

Return Value

Type: Type
See Also