| EventDefinitionsGetAction Method |
Loops through the event definitions and looks for an action with a specific id.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic Action GetAction(
int actionId,
out EventDefinition eventDefinition
)
Parameters
- actionId
- Type: SystemInt32
- eventDefinition
- Type: Omada.OE.ModelEventDefinition
The event definition which the action belongs to.
Return Value
Type:
Action
See Also