Namespace LemonEdge.API.Core.Extensions.SaveExtension
Structs
SaveExtenderOptions
Interfaces
IEntityUpdaterSaveExtender
Interface to implement if wanting to hook into the save process
If you want to modify the save itself in terms of the entities being inserted, deleted, updated that can be accomplished using IBaseDataSetProcessorWithDBSave
This process lets you observe all crud operations and also add custom sql as part of the transaction save if requiredEach save process creates a new IEntityUpdaterSaveExtender implementation