/// <summary>
 /// Deprecated Method for adding a new object to the calendar_notification EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocalendar_notification(calendar_notification calendar_notification)
 {
     base.AddObject("calendar_notification", calendar_notification);
 }
 /// <summary>
 /// Create a new calendar_notification object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="eventtype">Initial value of the eventtype property.</param>
 /// <param name="userid">Initial value of the userid property.</param>
 /// <param name="createtime">Initial value of the createtime property.</param>
 /// <param name="content">Initial value of the content property.</param>
 public static calendar_notification Createcalendar_notification(global::System.Guid id, global::System.String eventtype, global::System.Guid userid, global::System.DateTime createtime, global::System.String content)
 {
     calendar_notification calendar_notification = new calendar_notification();
     calendar_notification.id = id;
     calendar_notification.eventtype = eventtype;
     calendar_notification.userid = userid;
     calendar_notification.createtime = createtime;
     calendar_notification.content = content;
     return calendar_notification;
 }