Inheritance and parent object property #4374
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 2 comments 3 replies
-
Hi. Could you provide a code snippet? It depends on how you manage those settings? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I am thinking there is an easy way : ) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have written some base classes that inherit from 'BusinessBase' etc.
Our custom objects are then inherited from our base classes instead of BusinessBase (and other csla classes)
We decided to store the names of the objects making inserts/updates in the database and have a property for that in our base classes. Where should we set that property? Could we use the constructors? We do have more than one 'dataportal create' methods in most of our objects.
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions