コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_job_title EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_job_title(hs_hr_job_title hs_hr_job_title)
 {
     base.AddObject("hs_hr_job_title", hs_hr_job_title);
 }
コード例 #2
0
 /// <summary>
 /// Create a new hs_hr_job_title object.
 /// </summary>
 /// <param name="jobtit_code">Initial value of the jobtit_code property.</param>
 public static hs_hr_job_title Createhs_hr_job_title(global::System.String jobtit_code)
 {
     hs_hr_job_title hs_hr_job_title = new hs_hr_job_title();
     hs_hr_job_title.jobtit_code = jobtit_code;
     return hs_hr_job_title;
 }