IBusinessRuleExecute Method |
Executes the business rule on the specified object.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxvoid Execute(
DomainObject obj,
BusinessEvent businessEvent
)
Sub Execute (
obj As DomainObject,
businessEvent As BusinessEvent
)
void Execute(
DomainObject^ obj,
BusinessEvent^ businessEvent
)
abstract Execute :
obj : DomainObject *
businessEvent : BusinessEvent -> unit
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object on which to execute the business rule. - businessEvent
- Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The business event which triggered the execution of the rule.
See Also