Click or drag to resize

CodeMethodParamIsValidPropertyDataType Method

Will return false if the given data type is none of the following: PropertyDataType.Text, .Integer, .DateTime, .Decimal or .Boolean

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool IsValidPropertyDataType(
	PropertyDataType dataType
)

Parameters

dataType
Type: Omada.OE.ModelPropertyDataType
is a property data type

Return Value

Type: Boolean
true/false
See Also