Click or drag to resize

BasePropertyAdapterGetPropertyDataTypeEnum Method

Returns the OPS data type for a OE property

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static dataType GetPropertyDataTypeEnum(
	PropertyType propertyType,
	PropertyDataType propertyDataType = PropertyDataType.Text
)

Parameters

propertyType
Type: Omada.OE.Solution.OIM.AppLogic.OPSPropertyType
The OE property type
propertyDataType (Optional)
Type: Omada.OE.ModelPropertyDataType
The OE value property data type

Return Value

Type: dataType
The OPS data type
See Also