/// <summary>
 /// Deprecated Method for adding a new object to the Schedules EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSchedules(Schedules schedules)
 {
     base.AddObject("Schedules", schedules);
 }
 /// <summary>
 /// Create a new Schedules object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Schedules CreateSchedules(global::System.Guid id)
 {
     Schedules schedules = new Schedules();
     schedules.Id = id;
     return schedules;
 }
Пример #3
0
 internal Schedule(DataModel.Schedules entity)
     : base(entity)
 {
 }