By Greg McGuffey - 5/6/2008
I was just reading http://forum.strataframe.net/FindPost16181.aspx and remembered I wanted to make an enhancement request.
Actually two
1. Provide a class attribute to indicate a class inheriting from BusinessLayer is not to be considered by the BO Mapper.
REASON: Just to keep things cleaner. I have a number of base classes, report classes, etc that do not ever need to be handled by the BO mapper. It would be nice if I could mark them as such, so they clutter up the mapper.
2. Provide some way to indicate that a project has no BOs (or more accurately, that the BO mapper should skip it).
REASON: As in the referenced post, it would speed things up a bit and keep things clean. Always weird seeing 10 projects with red Xs and my one BO project.
Neither is a huge deal, but thought I'd get it out there for consideration. Thanks!
|
By Trent L. Taylor - 5/6/2008
Your #1 item I have almost done several times myself...so it is probably a good idea to have it in there.
|
By Greg McGuffey - 2/24/2010
Any word on this?
|
By ChanKK - 3/23/2011
implemented?
|
|