BusinessEventHandlingSystem Class |
Namespace: Aloe.SystemFrameworks.Domain.BusinessLogic
The BusinessEventHandlingSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() | BusinessEventHandlingSystem |
Initializes a new instance of the BusinessEventHandlingSystem class.
|
Name | Description | |
---|---|---|
![]() | EventHandlers |
Gets the event handlers.
|
Name | Description | |
---|---|---|
![]() | GetEventHandlers |
Gets the event handlers for the specified business event.
|
![]() | HandleEvent |
Handles a business event by execution all appropriate event handlers.
|
![]() | MakeReadOnly |
Marks the BusinessEventHandlingSystem as read only.
BusinessEventHandler can't be registered on initialized system.
|
![]() | RegisterEventHandler |
Registers the event handler.
|