|    | EnumUtilsIsFixedFieldValidForTypes Method  | 
 
            Returns true if the provided fixed field is valid for one or
            more of the supplied data object type id's.
            
            Note: If DataObjectTypeIds is empty  true is returned. 
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool IsFixedFieldValidForTypes(
	FixedField fixedField,
	IntegerList dataObjectTypeIds
)
Parameters
- fixedField
 - Type: Omada.OE.ModelFixedField
 - dataObjectTypeIds
 - Type: IntegerList
 
Return Value
Type: 
Boolean
See Also