protected virtual IList<Price> prices {get; set;}
public virtual Money Value {get; protected internal set}
--
You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group.
To post to this group, send email to fluent-n...@googlegroups.com.
To unsubscribe from this group, send email to fluent-nhibern...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.
On Sun, Dec 20, 2009 at 8:19 PM, Bart Reyserhove
<bart.re...@gmail.com> wrote:
> The issue is that my Money class has two properties: Amount and Currency
> which means I cannot use a user type I guess. Am I correct that Fluent
> Nhibernate cannot map a component that references another component.
>
> On Fri, Dec 18, 2009 at 10:12 AM, James Gregory <jagreg...@gmail.com>