| EnumUtilsIsCommonFixedField Method |
Returns whether a fixed field is "common".
Common fixed fields are those which are found in the DataObject Class.
(E.g. ActivityState is not common because it is placed on the specialized
Activity Class.)
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool IsCommonFixedField(
FixedField fixedField
)
Parameters
- fixedField
- Type: Omada.OE.ModelFixedField
Return Value
Type:
Boolean
See Also