Is there any way to hook an authorizer up to a TypedView (and TypedList for that matter)? I have a custom authorizer I have implemented for my entities, and that is working quite nicely. However, many of our drop down lists and reports are generated based on typed views, and I'd like the ability to limit those as well. I really only need the "CanLoadEntity" type of functionality since these items are read only.
I am thinking about modifying the partial classes (or perhaps the templates) to either build a prefetch or maybe just set the .DefaultView property to limit the records that can be seen. Does this sound like a reasonable approach or is there a better way?
LLBLGen 2.6, Adapter + Manager templates, .NET 3.5
Thanks!