If the relation is not a parent-child mapped with inverse="true" the solution for you problem is the usage of <list> instead <set>. The <list> natively supports the order using the index of the IList<T>.
On Tue, Sep 21, 2010 at 2:09 PM, Fabio Maulo <[email protected]> wrote: > http://nhforge.org/doc/nh/en/index.html#example-parentchild > > > On Tue, Sep 21, 2010 at 10:42 AM, pvginkel <[email protected]> wrote: > >> Sorry, I'm not familiar with that concept. Could you please provide a >> link to an article where I can read more about this? >> >> On Sep 21, 7:14 am, Fabio Maulo <[email protected]> wrote: >> > That is not a relation mapped with inverse right ? >> > >> > On Tue, Sep 21, 2010 at 2:21 AM, pvginkel <[email protected]> wrote: >> > > @Jose: >> > > No, the 1, 2, 3 are sort keys of the Job (DeliverMagazine). I don't >> > > touch the POID's when resequencing. >> > >> > > We use these sort keys to print a work order for the personnel. The >> > > person who schedules the work must be able to manually force the order >> > > of the Jobs for a specific Task with actions like "Move up", "Move >> > > down", "To top", "To bottom" and manually setting the sort key. >> > >> > > @Fabio: >> > > I have used an ISet for that. >> > >> > > On Sep 21, 1:10 am, José F. Romaniello <[email protected]> >> wrote: >> > > > Is this 1,2,3 the POID of the DeliverMagazine entity? >> > >> > > > 2010/9/20 pvginkel <[email protected]> >> > >> > > > > Task: "Deliver magazines" >> > > > > Job 1: "201 1st street" >> > > > > Job 2: "815 1st street" >> > > > > Job 3: "900 1st street" >> > >> > > -- >> > > 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]<nhusers%[email protected]> >> <nhusers%[email protected]<nhusers%[email protected]>> >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/nhusers?hl=en. >> > >> > -- >> > Fabio Maulo >> >> -- >> 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]<nhusers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/nhusers?hl=en. >> >> > > > -- > Fabio Maulo > > -- Fabio Maulo -- 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.
