/// <summary> /// Deprecated Method for adding a new object to the MP_ScreenSeats EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMP_ScreenSeats(MP_ScreenSeats mP_ScreenSeats) { base.AddObject("MP_ScreenSeats", mP_ScreenSeats); }
/// <summary> /// Create a new MP_ScreenSeats object. /// </summary> /// <param name="screenSeatId">Initial value of the ScreenSeatId property.</param> /// <param name="zoneId">Initial value of the ZoneId property.</param> /// <param name="screenId">Initial value of the ScreenId property.</param> /// <param name="seatName">Initial value of the SeatName property.</param> public static MP_ScreenSeats CreateMP_ScreenSeats(global::System.Int32 screenSeatId, global::System.Int32 zoneId, global::System.Int32 screenId, global::System.String seatName) { MP_ScreenSeats mP_ScreenSeats = new MP_ScreenSeats(); mP_ScreenSeats.ScreenSeatId = screenSeatId; mP_ScreenSeats.ZoneId = zoneId; mP_ScreenSeats.ScreenId = screenId; mP_ScreenSeats.SeatName = seatName; return mP_ScreenSeats; }