Click or drag to resize

FieldContainersAddFixedFields Method

Adds all fixed fields to the collection, that are valid for the specified data object types. The valid ones are either the ones that are valid for ALL or for ANY of the specified data object types. If the collection is empty then the fixed fields, that are common for all data object types in the system, are added.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AddFixedFields(
	DataObjectTypes types,
	bool onlyCommon
)

Parameters

types
Type: Omada.OE.ModelDataObjectTypes
onlyCommon
Type: SystemBoolean
If true only fields that are used on ALL the types are returned. If false fields that are used on ANY the types are returned. The value of onlyCommon is ignored (treated as true) if the types collection is empty.
See Also