bclubb wrote:
We used to use the domain model with SelfServicing and did many things like this. We now use classes such as OrdersService to keep the logic for processing order collections. If you are wanting to add methods and properties onto entities then we still use the usercode regions or the partial classes. Hopefully someone else is able to answer you question with a similar strategy for collections.
Well, perhaps more reading on my part will yield the answer, I was just hoping for a quick "Yes, what you propose will work" or something similar. I am sure I will figure it out, it isn't too hard of a problem I am supposing. Thanks anyway!