예제 #1
0
 protected Calendars(IStorageEntitySetScope <IMailboxSession> parentScope, CalendarGroupReference calendarGroupForNewCalendars, IEntityCommandFactory <Calendars, Calendar> commandFactory = null) : base(parentScope, "Calendars", commandFactory ?? EntityCommandFactory <Calendars, Calendar, CreateCalendar, DeleteCalendar, FindCalendars, ReadCalendar, UpdateCalendar> .Instance)
 {
     this.CalendarGroupForNewCalendars = calendarGroupForNewCalendars;
 }
예제 #2
0
 public CalendarsInCalendarGroup(CalendarGroupReference calendarGroup) : base(calendarGroup, calendarGroup, null)
 {
     this.CalendarGroup = calendarGroup;
 }
예제 #3
0
 public MailboxCalendars(IStorageEntitySetScope <IMailboxSession> scope, CalendarGroupReference calendarGroupForNewCalendars) : base(scope, calendarGroupForNewCalendars, null)
 {
 }