Click or drag to resize

ObjectTransactionExecuteRulesForCommit Method

Executes the rules for the given validation event for all objects in the transaction. The validation violations are populated into the event object.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void ExecuteRulesForCommit(
	ValidationEvent commitEvent,
	ValidationEvent aggregateCommitEvent
)

Parameters

commitEvent
Type: Aloe.SystemFrameworks.Domain.ValidationValidationEvent
aggregateCommitEvent
Type: Aloe.SystemFrameworks.Domain.ValidationValidationEvent
See Also