/// <summary> /// Deprecated Method for adding a new object to the mRfqs_mItemsRequests EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTomRfqs_mItemsRequests(mRfqs_mItemsRequests mRfqs_mItemsRequests) { base.AddObject("mRfqs_mItemsRequests", mRfqs_mItemsRequests); }
/// <summary> /// Create a new mRfqs_mItemsRequests object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="rfqId">Initial value of the RfqId property.</param> /// <param name="requestId">Initial value of the RequestId property.</param> /// <param name="mItemsRequestId">Initial value of the mItemsRequestId property.</param> public static mRfqs_mItemsRequests CreatemRfqs_mItemsRequests(global::System.Int32 id, global::System.Guid rfqId, global::System.Guid requestId, global::System.Int32 mItemsRequestId) { mRfqs_mItemsRequests mRfqs_mItemsRequests = new mRfqs_mItemsRequests(); mRfqs_mItemsRequests.Id = id; mRfqs_mItemsRequests.RfqId = rfqId; mRfqs_mItemsRequests.RequestId = requestId; mRfqs_mItemsRequests.mItemsRequestId = mItemsRequestId; return mRfqs_mItemsRequests; }