/// <summary>
 /// Create a new ScheduleCell object.
 /// </summary>
 /// <param name="englishDate">Initial value of the EnglishDate property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 public static ScheduleCell CreateScheduleCell(global::System.DateTime englishDate, global::System.String title)
 {
     ScheduleCell scheduleCell = new ScheduleCell();
     scheduleCell.EnglishDate = englishDate;
     scheduleCell.Title = title;
     return scheduleCell;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CellSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCellSet(ScheduleCell scheduleCell)
 {
     base.AddObject("CellSet", scheduleCell);
 }