Hey, love Fluent nhibernate, thanks for the work, quick question. I like private readonly backing fields because some objects are mostly read-only after creation, and for collections, which should almost never be set wholesale (seems like, since there are add and remove item methods). But as far as I remember fluent-nhibernate's automapper never had a solution for private readonly backing fields, I'm wondering if that's changed in the last few months. So here's my question:
How do I configure automapper or create an automapping convention to map private readonly backing fields? Thanks, Mark -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.
