Click or drag to resize

BusinessEventHandler Class

Contains data about an event handler. Event handlers handle business events by starting a business rule.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEventHandler

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class BusinessEventHandler

The BusinessEventHandler type exposes the following members.

Constructors
  NameDescription
Public methodBusinessEventHandler
Initializes a new instance of the BusinessEventHandler class.
Top
Properties
  NameDescription
Public propertyBusinessRule
Gets the business rule, which would be started by the event.
Public propertyEventMask
Gets the business event mask, which must be matched by the actual event.
Public propertyExecutionPriority
Gets the execution priority of the handler.
Top
Methods
See Also