You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omar Piani edited this page Nov 5, 2021
·
3 revisions
SharpRepository Hooks
Aspect Oriented Approach
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.
More Information
Check out the following articles that provide more details.