Esempio n. 1
0
 protected DB_Schedule(Dictionary <string, CalendarEvent> allEventDictionary, DateTimeOffset starOfDay, Dictionary <string, Location> locations, DateTimeOffset referenceNow, TilerUser user, DataRetrivalOption retrievalOption = DataRetrivalOption.Evaluation, TimeLine rangeOfLookup = null, bool createDump = true, HashSet <string> calendarIds = null) : base(allEventDictionary, starOfDay, locations, referenceNow, user, rangeOfLookup)
 {
     _CreateDump = createDump;
 }
Esempio n. 2
0
 protected DB_Schedule(Dictionary <string, CalendarEvent> allEventDictionary, DateTimeOffset starOfDay, Dictionary <string, Location> locations, DateTimeOffset referenceNow, UserAccount userAccount, DataRetrivalOption retrievalOption = DataRetrivalOption.Evaluation, TimeLine rangeOfLookup = null, bool createDump = true) : base(allEventDictionary, starOfDay, locations, referenceNow, userAccount.getTilerUser(), rangeOfLookup)
 {
     myAccount   = userAccount;
     _CreateDump = createDump;
 }