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