Tuesday, August 28, 2012

PRISM + Silverlight: Module and View Discovery

PRISM + Silverlight: Module and View Discovery

We are using PRISM to divide a large application up into modules, each of which will represent a department in our company:

HumanResources Accounting InformationSystems (...) 

Each Module will have several views. For example, Accounting.Module might have:

BusinessIntelligenceView(/Model) ReportingView(/Model) 

What I would like to have happen would be for the application to load the modules (which I will manually enter into the ModuleCatalog). Then, I would like the ShellView to automatically display a list of available views, which the user can can use to select a view to inject into the main region.

Is this possible?

Thanks!

Answers & Comments...




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog