Beispiel #1
0
 /// <summary>
 /// Create a new tb_ticket_pnr object.
 /// </summary>
 /// <param name="ticketNumber">Initial value of the TicketNumber property.</param>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static tb_ticket_pnr Createtb_ticket_pnr(global::System.String ticketNumber, global::System.String rLOC, global::System.String creationDate, global::System.DateTime stamp)
 {
     tb_ticket_pnr tb_ticket_pnr = new tb_ticket_pnr();
     tb_ticket_pnr.TicketNumber = ticketNumber;
     tb_ticket_pnr.RLOC = rLOC;
     tb_ticket_pnr.CreationDate = creationDate;
     tb_ticket_pnr.Stamp = stamp;
     return tb_ticket_pnr;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_ticket_pnr EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_ticket_pnr(tb_ticket_pnr tb_ticket_pnr)
 {
     base.AddObject("tb_ticket_pnr", tb_ticket_pnr);
 }