Implement API2 meetings linking for Watin tests
Uncategorized
Meetingentity now hasMeeting[] ChildMeetingspropertyMeetingRepositorynow supports creation and removal of such relationsMeetingRepositorynow also has a methodIEnumerable<Meeting> GetChildMeetingsByMeeting(string id)MeetingProvidernow has methodsbool LinkMeetings(Meeting parent, Meeting child),bool UnlinkMeetings(Meeting parent, Meeting child)andbool GetChildMeetingsByMeeting(Meeting meeting)- One more API2 change is that
ItemandMeetingentities now have consistent property values most of the time (collection properties are not likely to benullanymore, they're hopefully always empty arrays)