Пример #1
0
 /// <summary>
 /// Create a new Candidate_To_Employer object.
 /// </summary>
 /// <param name="pK">Initial value of the PK property.</param>
 /// <param name="candidate_FK">Initial value of the Candidate_FK property.</param>
 /// <param name="employer_FK">Initial value of the Employer_FK property.</param>
 public static Candidate_To_Employer CreateCandidate_To_Employer(global::System.String pK, global::System.String candidate_FK, global::System.String employer_FK)
 {
     Candidate_To_Employer candidate_To_Employer = new Candidate_To_Employer();
     candidate_To_Employer.PK = pK;
     candidate_To_Employer.Candidate_FK = candidate_FK;
     candidate_To_Employer.Employer_FK = employer_FK;
     return candidate_To_Employer;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Candidate_To_Employer EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCandidate_To_Employer(Candidate_To_Employer candidate_To_Employer)
 {
     base.AddObject("Candidate_To_Employer", candidate_To_Employer);
 }