Possible uses of DataPortal_OnDataPortalInvokeComplete #4784
-
|
I see that we still have methods/events like DataPortal_OnDataPortalInvokeComplete in csla (been seeing them for a long time now : )) kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The modern way to do this is to create an interceptor and register it during app startup on the server: https://github.com/MarimerLLC/csla-mcp/blob/main/csla-examples/DataPortalInterceptor.md Far more powerful and easier to manage than that old style (which I now consider obsolete). |
Beta Was this translation helpful? Give feedback.
The modern way to do this is to create an interceptor and register it during app startup on the server:
https://github.com/MarimerLLC/csla-mcp/blob/main/csla-examples/DataPortalInterceptor.md
Far more powerful and easier to manage than that old style (which I now consider obsolete).