Click or drag to resize

EventControllerExecuteEventActions Method

Executes the actions specified for an event definition on an action object. The method doesn't do anything if the event definition is disabled.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void ExecuteEventActions(
	EventDefinition eventDef,
	DataObject actionObject,
	EventActionContext context = null
)

Parameters

eventDef
Type: Omada.OE.ModelEventDefinition
actionObject
Type: Omada.OE.ModelDataObject
context (Optional)
Type: Omada.OE.ModelEventActionContext
See Also