Hi List,
my mapping for a TimetableEntry look'S as follows:
public class Timetable {
......
Projects Project;            1:1
Employee Employee       1:1
more code
}
So, if you can imaging, this can be a huge number of
TimeEntries(hopefully).
Many Employees work on different projects with a smallest TimeSlot for
5 minutes.

UseCase a)
show TimeTable Entries in a Datagrid and add/edit them, user has to
select Project and Employee from Combobox.

UseCase b)
User has selected a Project and whan'ts to enter TimeRekords only for
this Project, so Project is fixed

UseCase c)
User selects an Employee and enter TimerRekords only for this
Employee, so Employee is fixed.

So, looking at this UseCase's, does it make sence to map like the
Example or is it more meaningfull to change the mapping to

public class TimetableExt {
......
Guid  Project;
Guid Employee
more code..
}
and only read this Entities into memory.

Hopefully i clearly described the problem.

Thaks
Peter


-- 
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