Click or drag to resize
IEventsRegistry Interface
Registry of workflow event handlers for on a WorkflowEventsManager

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 interface IEventsRegistry : IEnumerable<Object>, 
	IEnumerable

The IEventsRegistry type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an event handler. A handler can handle multiple WorkflowEvents.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableObject.)
Public methodGetHandlerTHandler
Returns a single event handler
Public methodGetHandlersTHandler
Returns multiple event handlers
Top
Extension Methods
See Also