Click or drag to resize

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
Syntax
public void ExecuteBusinessRules(
	BusinessEvent businessEvent
)

Parameters

businessEvent
Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The event for which to execute the business rules.
See Also