Beispiel #1
0
 /// <summary>
 /// Create a new SPA_PersonelJob object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="jobName">Initial value of the JobName property.</param>
 public static SPA_PersonelJob CreateSPA_PersonelJob(global::System.Guid id, global::System.String jobName)
 {
     SPA_PersonelJob sPA_PersonelJob = new SPA_PersonelJob();
     sPA_PersonelJob.ID = id;
     sPA_PersonelJob.JobName = jobName;
     return sPA_PersonelJob;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SPA_PersonelJob EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSPA_PersonelJob(SPA_PersonelJob sPA_PersonelJob)
 {
     base.AddObject("SPA_PersonelJob", sPA_PersonelJob);
 }