Does nhibernate support fields marked "internal"?

I know it can use "field" access to get to "private" fields, but what
about those simply marked "internal"? I'm looking for an easy way to
make downline entity properties available to the aggregate root,
without relying on getters, or specializes "asking" methods such as
"GetSomeValue()".

If it can, are there any special considerations I need to take into
account, like making it virtual? Since "private" only doesn't seem to
require it, I wouldn't think "internal" would either. But I don't have
time to test this myself right now.

Thanks in advance to anybody who answers.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en.

Reply via email to