/// <summary> /// Create a new tb_ticket_text object. /// </summary> /// <param name="ticketNumber">Initial value of the TicketNumber property.</param> /// <param name="textType">Initial value of the TextType property.</param> /// <param name="infoType">Initial value of the InfoType property.</param> /// <param name="status">Initial value of the Status property.</param> /// <param name="refNo">Initial value of the RefNo property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> public static tb_ticket_text Createtb_ticket_text(global::System.String ticketNumber, global::System.String textType, global::System.String infoType, global::System.String status, global::System.String refNo, global::System.DateTime stamp) { tb_ticket_text tb_ticket_text = new tb_ticket_text(); tb_ticket_text.TicketNumber = ticketNumber; tb_ticket_text.TextType = textType; tb_ticket_text.InfoType = infoType; tb_ticket_text.Status = status; tb_ticket_text.RefNo = refNo; tb_ticket_text.Stamp = stamp; return tb_ticket_text; }
/// <summary> /// Deprecated Method for adding a new object to the tb_ticket_text EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotb_ticket_text(tb_ticket_text tb_ticket_text) { base.AddObject("tb_ticket_text", tb_ticket_text); }