I need to add a new property to Resource or ResourcePreference. let's call it Type. I know that Resource class is sealed, so extending that is out of the question. I can extend ResourcePreference, but then how do I get the Resource to use it in it's collection? And how does that collection get populated? Is it in provider somewhere?
If anyone has any ideas please share.
thanks!