Skip to content
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.

Clone this wiki locally