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.1.0.0 (5.1.0)
Syntax public static Type ConvertFrameworkSettingTargetElementTypeToRealType(
FrameworkSettingTargetElementType elementType
)
Public Shared Function ConvertFrameworkSettingTargetElementTypeToRealType (
elementType As FrameworkSettingTargetElementType
) As Type
Parameters
- elementType
- Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
Type of the element.
Return Value
Type:
TypeSee Also