Add non-generic interfaces IDataPortal and IChildDataPortal #2916
Unanswered
hoangcuongvn
asked this question in
Ideas
Replies: 1 comment 2 replies
-
It seems like this would be in place of the change suggested in #2915? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@rockfordlhotka Can you add non-generic interfaces
IDataPortal
andIChildDataPortal
? They would look something like the code underneath. Because sometimes we have to deal with reflection, those non-generic interfaces would help us much. In other hand, they are similar to the former static class DataPortal in Csla 5. That would help migrating code from Csla 5 to Csla 6 much easier.Beta Was this translation helpful? Give feedback.
All reactions