Click or drag to resize

BusinessEventHandlerBusinessRule Property

Gets the business rule, which would be started by the event.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IBusinessRule BusinessRule { get; }

Property Value

Type: IBusinessRule
The business rule, which would be started by the event.
See Also