Click or drag to resize

ObjectTransactionExecuteRulesForAggregateCommit Method

Executes the rules for aggregate commit event.

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

Parameters

aggregateCommitEvent
Type: Aloe.SystemFrameworks.Domain.ValidationValidationEvent
The aggregate commit event.
See Also