Click or drag to resize

FieldContainersAddProperties Method

Adds properties to the collection which are valid for the provided types. If no types are provided, no properties are added.

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

Parameters

types
Type: Omada.OE.ModelDataObjectTypes
onlyCommon
Type: SystemBoolean
See Also