/// <summary> /// Deprecated Method for adding a new object to the hs_hr_job_application EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTohs_hr_job_application(hs_hr_job_application hs_hr_job_application) { base.AddObject("hs_hr_job_application", hs_hr_job_application); }
/// <summary> /// Create a new hs_hr_job_application object. /// </summary> /// <param name="application_id">Initial value of the application_id property.</param> /// <param name="vacancy_id">Initial value of the vacancy_id property.</param> /// <param name="lastname">Initial value of the lastname property.</param> /// <param name="firstname">Initial value of the firstname property.</param> /// <param name="middlename">Initial value of the middlename property.</param> public static hs_hr_job_application Createhs_hr_job_application(global::System.Int32 application_id, global::System.Int32 vacancy_id, global::System.String lastname, global::System.String firstname, global::System.String middlename) { hs_hr_job_application hs_hr_job_application = new hs_hr_job_application(); hs_hr_job_application.application_id = application_id; hs_hr_job_application.vacancy_id = vacancy_id; hs_hr_job_application.lastname = lastname; hs_hr_job_application.firstname = firstname; hs_hr_job_application.middlename = middlename; return hs_hr_job_application; }