Click or drag to resize

EnumUtilsIsFixedFieldValidForType Method

Returns if the fixed field is valid for the DataObject Type with dataObjectTypeId.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool IsFixedFieldValidForType(
	FixedField fixedField,
	int dataObjectTypeId
)

Parameters

fixedField
Type: Omada.OE.ModelFixedField
dataObjectTypeId
Type: SystemInt32

Return Value

Type: Boolean
See Also