/// <summary> /// Deprecated Method for adding a new object to the etickettests EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToetickettests(etickettest etickettest) { base.AddObject("etickettests", etickettest); }
/// <summary> /// Create a new etickettest object. /// </summary> /// <param name="webProfile">Initial value of the WebProfile property.</param> /// <param name="rLOC">Initial value of the RLOC property.</param> /// <param name="id">Initial value of the ID property.</param> /// <param name="transactionDate">Initial value of the TransactionDate property.</param> /// <param name="ticketNumber">Initial value of the TicketNumber property.</param> /// <param name="location">Initial value of the Location property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> /// <param name="processed">Initial value of the Processed property.</param> /// <param name="company">Initial value of the Company property.</param> /// <param name="team">Initial value of the Team property.</param> /// <param name="processTime">Initial value of the ProcessTime property.</param> /// <param name="retryCount">Initial value of the RetryCount property.</param> /// <param name="surname">Initial value of the Surname property.</param> public static etickettest Createetickettest(global::System.String webProfile, global::System.String rLOC, global::System.Int32 id, global::System.DateTime transactionDate, global::System.String ticketNumber, global::System.String location, global::System.DateTime stamp, global::System.Int64 processed, global::System.String company, global::System.String team, global::System.DateTime processTime, global::System.Int64 retryCount, global::System.String surname) { etickettest etickettest = new etickettest(); etickettest.WebProfile = webProfile; etickettest.RLOC = rLOC; etickettest.ID = id; etickettest.TransactionDate = transactionDate; etickettest.TicketNumber = ticketNumber; etickettest.Location = location; etickettest.Stamp = stamp; etickettest.Processed = processed; etickettest.Company = company; etickettest.Team = team; etickettest.ProcessTime = processTime; etickettest.RetryCount = retryCount; etickettest.Surname = surname; return etickettest; }