/// <summary> /// Deprecated Method for adding a new object to the TimeTables EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTimeTables(TimeTable timeTable) { base.AddObject("TimeTables", timeTable); }
/// <summary> /// Create a new TimeTable object. /// </summary> /// <param name="managerId">Initial value of the ManagerId property.</param> /// <param name="timeItemId">Initial value of the TimeItemId property.</param> public static TimeTable CreateTimeTable(global::System.Guid managerId, global::System.Int32 timeItemId) { TimeTable timeTable = new TimeTable(); timeTable.ManagerId = managerId; timeTable.TimeItemId = timeItemId; return timeTable; }