Example #1
0
 /// <summary>
 /// Create a new tb_ticket_fop object.
 /// </summary>
 /// <param name="ticketNumber">Initial value of the TicketNumber property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="currency">Initial value of the Currency property.</param>
 /// <param name="amount">Initial value of the Amount property.</param>
 /// <param name="expDate">Initial value of the ExpDate property.</param>
 /// <param name="vendor">Initial value of the Vendor property.</param>
 /// <param name="accountNumber">Initial value of the AccountNumber property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static tb_ticket_fop Createtb_ticket_fop(global::System.String ticketNumber, global::System.String id, global::System.String type, global::System.String currency, global::System.String amount, global::System.String expDate, global::System.String vendor, global::System.String accountNumber, global::System.DateTime stamp)
 {
     tb_ticket_fop tb_ticket_fop = new tb_ticket_fop();
     tb_ticket_fop.TicketNumber = ticketNumber;
     tb_ticket_fop.ID = id;
     tb_ticket_fop.Type = type;
     tb_ticket_fop.Currency = currency;
     tb_ticket_fop.Amount = amount;
     tb_ticket_fop.ExpDate = expDate;
     tb_ticket_fop.Vendor = vendor;
     tb_ticket_fop.AccountNumber = accountNumber;
     tb_ticket_fop.Stamp = stamp;
     return tb_ticket_fop;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_ticket_fop EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_ticket_fop(tb_ticket_fop tb_ticket_fop)
 {
     base.AddObject("tb_ticket_fop", tb_ticket_fop);
 }