/// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_job_application_events EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_job_application_events(hs_hr_job_application_events hs_hr_job_application_events)
 {
     base.AddObject("hs_hr_job_application_events", hs_hr_job_application_events);
 }
 /// <summary>
 /// Create a new hs_hr_job_application_events object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="application_id">Initial value of the application_id property.</param>
 public static hs_hr_job_application_events Createhs_hr_job_application_events(global::System.Int32 id, global::System.Int32 application_id)
 {
     hs_hr_job_application_events hs_hr_job_application_events = new hs_hr_job_application_events();
     hs_hr_job_application_events.id = id;
     hs_hr_job_application_events.application_id = application_id;
     return hs_hr_job_application_events;
 }