EditableDomainObjectExecuteBusinessRules Method |
Executes all business rules for the object for the specified
BusinessEvent.
The validation fails are saved in the event.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic void ExecuteBusinessRules(
BusinessEvent businessEvent
)
Public Sub ExecuteBusinessRules (
businessEvent As BusinessEvent
)
public:
void ExecuteBusinessRules(
BusinessEvent^ businessEvent
)
member ExecuteBusinessRules :
businessEvent : BusinessEvent -> unit
Parameters
- businessEvent
- Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The event for which to execute the business rules.
See Also