/// <summary>
 /// Create a new Scheduler object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="subject">Initial value of the Subject property.</param>
 /// <param name="start">Initial value of the Start property.</param>
 /// <param name="endd">Initial value of the Endd property.</param>
 /// <param name="recurrenceRule">Initial value of the RecurrenceRule property.</param>
 /// <param name="recurrenceParentID">Initial value of the RecurrenceParentID property.</param>
 /// <param name="firmaId">Initial value of the FirmaId property.</param>
 /// <param name="kullanici">Initial value of the Kullanici property.</param>
 public static Scheduler CreateScheduler(global::System.Int32 id, global::System.String subject, global::System.DateTime start, global::System.DateTime endd, global::System.String recurrenceRule, global::System.Int32 recurrenceParentID, global::System.Int32 firmaId, global::System.String kullanici)
 {
     Scheduler scheduler = new Scheduler();
     scheduler.ID = id;
     scheduler.Subject = subject;
     scheduler.Start = start;
     scheduler.Endd = endd;
     scheduler.RecurrenceRule = recurrenceRule;
     scheduler.RecurrenceParentID = recurrenceParentID;
     scheduler.FirmaId = firmaId;
     scheduler.Kullanici = kullanici;
     return scheduler;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Scheduler EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToScheduler(Scheduler scheduler)
 {
     base.AddObject("Scheduler", scheduler);
 }