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
Syntaxpublic void ExecuteRulesForCommit(
ValidationEvent commitEvent,
ValidationEvent aggregateCommitEvent
)
Public Sub ExecuteRulesForCommit (
commitEvent As ValidationEvent,
aggregateCommitEvent As ValidationEvent
)
public:
void ExecuteRulesForCommit(
ValidationEvent^ commitEvent,
ValidationEvent^ aggregateCommitEvent
)
member ExecuteRulesForCommit :
commitEvent : ValidationEvent *
aggregateCommitEvent : ValidationEvent -> unit
Parameters
- commitEvent
- Type: Aloe.SystemFrameworks.Domain.ValidationValidationEvent
- aggregateCommitEvent
- Type: Aloe.SystemFrameworks.Domain.ValidationValidationEvent
See Also