Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_history_header EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_history_header(tb_history_header tb_history_header)
 {
     base.AddObject("tb_history_header", tb_history_header);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new tb_history_header object.
 /// </summary>
 /// <param name="profile">Initial value of the Profile property.</param>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="noOfPax">Initial value of the NoOfPax property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 /// <param name="tICKETED">Initial value of the TICKETED property.</param>
 /// <param name="segmentCount">Initial value of the SegmentCount property.</param>
 /// <param name="airSegmentCount">Initial value of the AirSegmentCount property.</param>
 /// <param name="hotelSegmentCount">Initial value of the HotelSegmentCount property.</param>
 /// <param name="carSegmentCount">Initial value of the CarSegmentCount property.</param>
 /// <param name="tKTIssued">Initial value of the TKTIssued property.</param>
 /// <param name="sent">Initial value of the Sent property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 /// <param name="g3">Initial value of the G3 property.</param>
 /// <param name="team">Initial value of the Team property.</param>
 public static tb_history_header Createtb_history_header(global::System.String profile, global::System.String rLOC, global::System.String creationDate, global::System.Int32 noOfPax, global::System.DateTime dateCreated, global::System.Int32 tICKETED, global::System.Int32 segmentCount, global::System.Int32 airSegmentCount, global::System.Int32 hotelSegmentCount, global::System.Int32 carSegmentCount, global::System.Int32 tKTIssued, global::System.Int32 sent, global::System.DateTime stamp, global::System.String g3, global::System.String team)
 {
     tb_history_header tb_history_header = new tb_history_header();
     tb_history_header.Profile = profile;
     tb_history_header.RLOC = rLOC;
     tb_history_header.CreationDate = creationDate;
     tb_history_header.NoOfPax = noOfPax;
     tb_history_header.DateCreated = dateCreated;
     tb_history_header.TICKETED = tICKETED;
     tb_history_header.SegmentCount = segmentCount;
     tb_history_header.AirSegmentCount = airSegmentCount;
     tb_history_header.HotelSegmentCount = hotelSegmentCount;
     tb_history_header.CarSegmentCount = carSegmentCount;
     tb_history_header.TKTIssued = tKTIssued;
     tb_history_header.Sent = sent;
     tb_history_header.Stamp = stamp;
     tb_history_header.G3 = g3;
     tb_history_header.Team = team;
     return tb_history_header;
 }