Click or drag to resize

DataObjectTypeAddProperties Method

Adds a list of existing property objects (in form of DataObjectTypeProperty) to the DataObjectType.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AddProperties(
	BaseProperties properties
)

Parameters

properties
Type: Omada.OE.ModelBaseProperties
See Also