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
Syntaxpublic IBusinessRule BusinessRule { get; }
Public ReadOnly Property BusinessRule As IBusinessRule
Get
public:
property IBusinessRule^ BusinessRule {
IBusinessRule^ get ();
}
member BusinessRule : IBusinessRule with get
Property Value
Type:
IBusinessRule
The business rule, which would be started by the event.
See Also