Not currently, no; we're toying with some ideas, but nothing is in-place
yet.
We've discussed this several times already on the mailing list, please do a
search before asking questions that may have already been answered.
http://groups.google.com/group/fluent-nhibernate/browse_thread/thread/ce022d5aa9542f3a/3a08cf56af35ebc6?lnk=gst&q=Map+protected+property#3a08cf56af35ebc6

James

On Mon, Jan 12, 2009 at 1:45 PM, Jan Limpens <jan.limp...@gmail.com> wrote:

> Hello,
>
> is there a fluent way to map a non exposed field?
>
> public class MyKeptSecret : ISecret {
>
>    private Secret secret; // map me!
>
>    public MySecret(secret s){
>       secret = s;
>    }
>
>    public string ISecret.Tell() {
>       return secret.Tell();
>    }
>
> }
>
> with something like
>
> References<Secret>("secret")
> .AsCamelCaseField();
>
> ?
>
> --
> Jan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to