Click or drag to resize

EnumUtilsFixedFieldRequiresExplicitLoading Method

Some fixed fields are not always loaded per default. This returns whether a fixed field requires Explicit loading.

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

Parameters

fixedField
Type: Omada.OE.ModelFixedField

Return Value

Type: Boolean
See Also