c# - How to separate logic of a module into multiple projects in XAF -
to separate logic of xaf module. decided break projects projects:
accounting ---accounting.module ---accounting.businessmodels ---accounting.data inventory ---inventory.module ---inventory.businessmodels ( contains poco) ---inventory.data ( contains dbcontext) but unfortunately cant find business models of accounting.businessmodles in model editor of accounting.module. i've added required references accounting.module project.
is true xaf discovers models inside businesobjects folder of accounting.module project?
your projects should xaf module means should contain class derives xaf modulebase. xaf able recognize objects wherever put them.
Comments
Post a Comment