I'm wondering if someone can provide me with a concrete example of how to use the Access Strategies in Entity Developer correctly.
For simplicity I've just created a very simple model that contains an abstract Entity with only an Int64 Id and inherited from that an Person with a String Name.
I've just selected all the defaults with the exception of the Default Access property of the model. However No matter what I set that property to, the generated classes always get out the same. Classes are partials (which they shouldn't be either I think) and its properties are available as Property.
What I'd ultimately like is the possibility to set a ClassName as described here: http://nhforge.org/doc/nh/en/index.html#d0e3588
However, getting access strategies working at all would be nice

So, what am I doing wrong?