Click or drag to resize
EventHandlerAttribute Class
This attribute must be applied on the manager`s methods that are handling process events. All the methods must accept WorkflowExecutionContext as an input argument
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FlexRule.Flows.Workflows.ManagersEventHandlerAttribute

Namespace: FlexRule.Flows.Workflows.Managers
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class EventHandlerAttribute : Attribute

The EventHandlerAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEventHandlerAttribute
Top
Properties
  NameDescription
Public propertyEvent
Name of the event that a manager is handling
Public propertyPriority
If a manager handles multiple events then they will be sorted based on priority
Top
Extension Methods
See Also