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