Actually you don't need to append attributes to your business entities, instead - only to tasks and views. If you still want to expose the task information (description of view/controller pairs a.k.a. interaction points) via some other way (e.g. config file) you may use your own ITaskInfoProvider implementation.
Does this answer your question?
Regards,
--
Oleg Zhukov
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does MVC# optionally work without decorating entities? I don't want to have to mark up my business objects to apply the framework.
Hi,
Actually you don't need to append attributes to your business entities, instead - only to tasks and views. If you still want to expose the task information (description of view/controller pairs a.k.a. interaction points) via some other way (e.g. config file) you may use your own ITaskInfoProvider implementation.
Does this answer your question?
Regards,
--
Oleg Zhukov