/// <summary> /// Create a new tb_pnr_segment 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="segNum">Initial value of the SegNum property.</param> /// <param name="segmentSequence">Initial value of the SegmentSequence property.</param> /// <param name="voucherCurrency">Initial value of the VoucherCurrency property.</param> /// <param name="voucherRate">Initial value of the VoucherRate property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> public static tb_pnr_segment Createtb_pnr_segment(global::System.String profile, global::System.String rLOC, global::System.String creationDate, global::System.String segNum, global::System.Int32 segmentSequence, global::System.String voucherCurrency, global::System.String voucherRate, global::System.DateTime stamp) { tb_pnr_segment tb_pnr_segment = new tb_pnr_segment(); tb_pnr_segment.Profile = profile; tb_pnr_segment.RLOC = rLOC; tb_pnr_segment.CreationDate = creationDate; tb_pnr_segment.SegNum = segNum; tb_pnr_segment.SegmentSequence = segmentSequence; tb_pnr_segment.VoucherCurrency = voucherCurrency; tb_pnr_segment.VoucherRate = voucherRate; tb_pnr_segment.Stamp = stamp; return tb_pnr_segment; }
/// <summary> /// Deprecated Method for adding a new object to the tb_pnr_segment EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotb_pnr_segment(tb_pnr_segment tb_pnr_segment) { base.AddObject("tb_pnr_segment", tb_pnr_segment); }