Table of Contents

Saved

This event is triggered on the server after saving.

Arguments

You can find the details of the interface on this page

Name Type Description
CreatedItems IReadOnlyList<TEntity> The created items.
ModifiedItems IReadOnlyList<TEntity> The modified items.
CreatedAndModifiedItems IReadOnlyList<TEntity> The created and modified items regrouped in the same collection.
DeletedItems IReadOnlyList<TEntity> The deleted items.
Context IBusinessRuleContext Represents a key/value pair dictionary that is used to store custom data. You can find the details of the interface on this page