Click or drag to resize

EventDefinitionGetAssignedEventNewAction Method

1) assigns this event as the action's Owner and this event's DataObjectTypeId to the action; 2) initializes the action's definition object (MailDefinition/CodeMethod/Modification/CopyDefinition)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
protected virtual Action GetAssignedEventNewAction(
	Action action
)

Parameters

action
Type: Omada.OE.ModelAction
"a derived action" of Action (the derived action can be Mail/CodeMethod/Modification/copyRrule)

Return Value

Type: Action
See Also