-
Notifications
You must be signed in to change notification settings - Fork 164
Hooks
Omar Piani edited this page Nov 5, 2021
·
3 revisions
As of version 1.4.6, SharpRepository provides hooks into the lifecycle for queries and CRUD methods via decorating the entity itself. In order to create a custom attribute you will need to inherit from RepositoryActionBaseAttribute and override the specific methods that you need.
Check out the following articles that provide more details.