Click or drag to resize

Activity Constructor

Construct the Activity with an ID and a parentId

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

Parameters

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