Click or drag to resize

DataObject Constructor (Int32, Int32, Int32)

Constructor taking ID, DataObjectType ID and parent ID

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObject(
	int id,
	int typeId,
	int parentId = 0
)

Parameters

id
Type: SystemInt32
typeId
Type: SystemInt32
parentId (Optional)
Type: SystemInt32
See Also