Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
When we do this, we place them in a different namespace. This is something that we do for every report. So in our medical application, we probably have the PatientsBO inherited some 40+ times for each report that uses it. So the inherited BO is still named PatientsBO, but it will reside in a different namespace. This reduces confusion as we know that when it is all said and done, this is going to at the very least, have all of the original PatientsBO properties. This may not work for you, but this has been a good system for us.
|