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