Click or drag to resize

Action Constructor

Construct the object with ID and the action type

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Action(
	int id,
	ActionType actionType
)

Parameters

id
Type: SystemInt32
actionType
Type: Omada.OE.ModelActionType
See Also