/// <summary> /// Deprecated Method for adding a new object to the etickets EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToetickets(eticket eticket) { base.AddObject("etickets", eticket); }
/// <summary> /// Create a new eticket 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 eticket Createeticket(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) { eticket eticket = new eticket(); eticket.WebProfile = webProfile; eticket.RLOC = rLOC; eticket.ID = id; eticket.TransactionDate = transactionDate; eticket.TicketNumber = ticketNumber; eticket.Location = location; eticket.Stamp = stamp; eticket.Processed = processed; eticket.Company = company; eticket.Team = team; eticket.ProcessTime = processTime; eticket.RetryCount = retryCount; eticket.Surname = surname; return eticket; }