[fluent-nhib] Re: Conventions

2008-09-16 Thread Paul Batum
I love problems like this. Keep 'em coming :D On Tue, Sep 16, 2008 at 2:04 PM, Andrew Stewart <[EMAIL PROTECTED]> wrote: > Cheers Paul > You are a star, once I get my laptop back up and running I'll go about > applying your first patch, and I'll look into this second patch. > Thanks > Andy > On T

[fluent-nhib] Re: Conventions

2008-09-16 Thread Andrew Stewart
Cheers Paul You are a star, once I get my laptop back up and running I'll go about applying your first patch, and I'll look into this second patch. Thanks Andy On Tue, Sep 16, 2008 at 1:38 PM, Paul Batum <[EMAIL PROTECTED]> wrote: > Hi Andy, > > This one was pretty straightforward to fix using

[fluent-nhib] Re: Conventions

2008-09-16 Thread Paul Batum
Hi Andy, This one was pretty straightforward to fix using interfaces. I created an IOneToManyPart interface with Cascade, LazyLoad, and Inverse. I then implemented it explicitly on OneToManyPart delegating where I could to the existing implementation. I then modified the AlterOneToManyMap method o