Click or drag to resize

EventActionContext Class

Class is used when executing an event action. It carries information related to the context in which the event was triggered.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelEventActionContext

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class EventActionContext

The EventActionContext type exposes the following members.

Constructors
  NameDescription
Public methodEventActionContext
Top
Properties
  NameDescription
Public propertyNeverReloadActionObject
This option is used when evaluating shadow object events.
Public propertyReassignmentMessage
ReassignmentMessage is only relevant for events of type ActivityReassigned. It holds an optional message supplied by the user who reassigned the activity.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also