I'd like to extend the Business Object Inheritance Layer and addfew simple services like FillAll ( Which loads all records ), auditing services , optional serialization service , and extended Defaults Service. I'd have to go into each Business Object and change the inheritance from Public Class SystemProgram
Inherits MicroFour.StrataFrame.Business.BusinessLayer
To
Public
Class SystemProgramInherits {AppName}.Business.BusinessLayer.Extended Is there a way to do this right now? I realize that I can go into each object and change the it there, but I thought that a setting might exist to allow the optional selection of the business layer to be used.
Richard