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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -