Click or drag to resize

PropertyValueAssignerFixValueDataType Method

Converts (if possible) the value of a property to the appropriate data type.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Object FixValueDataType(
	Object value,
	Type[] allowedValueDataTypes
)

Parameters

value
Type: SystemObject
The property value to be fixed/converted.
allowedValueDataTypes
Type: SystemType
Must contain the data types that are allowed for the values of the property. Use GetAllowedValueDataTypes() to obtain the data types.

Return Value

Type: Object
See Also