Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_JobsDescriptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_JobsDescriptions(HR_JobsDescriptions hR_JobsDescriptions)
 {
     base.AddObject("HR_JobsDescriptions", hR_JobsDescriptions);
 }
Exemple #2
0
 /// <summary>
 /// Create a new HR_JobsDescriptions object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="jobId">Initial value of the JobId property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static HR_JobsDescriptions CreateHR_JobsDescriptions(global::System.Int32 id, global::System.Int32 jobId, global::System.String description)
 {
     HR_JobsDescriptions hR_JobsDescriptions = new HR_JobsDescriptions();
     hR_JobsDescriptions.Id = id;
     hR_JobsDescriptions.JobId = jobId;
     hR_JobsDescriptions.Description = description;
     return hR_JobsDescriptions;
 }