Is there a property or some way to make a BO readonly.I have a CategoryBO and a CategoryListBO. The CategoryListBO has only a subset of the fields from the CategoryBO, and I use it to populate some TreeLists and other controls (I don't use it to update the DB).
Now I want configure the BO to be readonly. Is it possible?
Thanks,
Alex B.