/// <summary> /// Create a new qicalevent object. /// </summary> /// <param name="gDS">Initial value of the GDS property.</param> /// <param name="rLOC">Initial value of the RLOC property.</param> /// <param name="paxName">Initial value of the PaxName property.</param> /// <param name="segNumber">Initial value of the SegNumber property.</param> public static qicalevent Createqicalevent(global::System.String gDS, global::System.String rLOC, global::System.String paxName, global::System.Int32 segNumber) { qicalevent qicalevent = new qicalevent(); qicalevent.GDS = gDS; qicalevent.RLOC = rLOC; qicalevent.PaxName = paxName; qicalevent.SegNumber = segNumber; return(qicalevent); }
/// <summary> /// Create a new qicalevent object. /// </summary> /// <param name="gDS">Initial value of the GDS property.</param> /// <param name="rLOC">Initial value of the RLOC property.</param> /// <param name="paxName">Initial value of the PaxName property.</param> /// <param name="segNumber">Initial value of the SegNumber property.</param> public static qicalevent Createqicalevent(global::System.String gDS, global::System.String rLOC, global::System.String paxName, global::System.Int32 segNumber) { qicalevent qicalevent = new qicalevent(); qicalevent.GDS = gDS; qicalevent.RLOC = rLOC; qicalevent.PaxName = paxName; qicalevent.SegNumber = segNumber; return qicalevent; }
/// <summary> /// Deprecated Method for adding a new object to the qicalevents EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToqicalevents(qicalevent qicalevent) { base.AddObject("qicalevents", qicalevent); }