Click or drag to resize

NoExceptionConstraintTObjectExecuteCore Method

Executes the business rule on the specified object.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override void ExecuteCore(
	DomainObject obj,
	BusinessEvent businessEvent
)

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