| EnumUtilsGeDefaultControlType Method |
Returns the default control type used for a property of a certain type.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static PropertyControlType GeDefaultControlType(
PropertyType propertyType,
bool multiValued = false,
Nullable<PropertyDataType> dataType = null
)
Parameters
- propertyType
- Type: Omada.OE.ModelPropertyType
- multiValued (Optional)
- Type: SystemBoolean
Does the property support multiple values?
Ignored if propertyType is Value.
- dataType (Optional)
- Type: SystemNullablePropertyDataType
Ignored if propertyType is Set or Reference.
Return Value
Type:
PropertyControlType
See Also