| AppStrEnumFixedFieldToString Method (FixedField, Boolean) |
Returns the name of a FixedField enum. Based on the shortString argument,
the short version of the name is returned.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static string FixedFieldToString(
FixedField fixedField,
bool shortString
)
Parameters
- fixedField
- Type: Omada.OE.ModelFixedField
- shortString
- Type: SystemBoolean
Return Value
Type:
String
See Also