Пример #1
0
 /// <summary>
 /// Create a new RecruiterCandidateHistory object.
 /// </summary>
 /// <param name="recruiterCandidateHistoryID">Initial value of the RecruiterCandidateHistoryID property.</param>
 /// <param name="addDate">Initial value of the AddDate property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static RecruiterCandidateHistory CreateRecruiterCandidateHistory(global::System.Int32 recruiterCandidateHistoryID, global::System.DateTime addDate, global::System.Byte[] rowVersion)
 {
     RecruiterCandidateHistory recruiterCandidateHistory = new RecruiterCandidateHistory();
     recruiterCandidateHistory.RecruiterCandidateHistoryID = recruiterCandidateHistoryID;
     recruiterCandidateHistory.AddDate = addDate;
     recruiterCandidateHistory.RowVersion = rowVersion;
     return recruiterCandidateHistory;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RecruiterCandidateHistories1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRecruiterCandidateHistories1(RecruiterCandidateHistory recruiterCandidateHistory)
 {
     base.AddObject("RecruiterCandidateHistories1", recruiterCandidateHistory);
 }