예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the mRfqs_mItemsRequests EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomRfqs_mItemsRequests(mRfqs_mItemsRequests mRfqs_mItemsRequests)
 {
     base.AddObject("mRfqs_mItemsRequests", mRfqs_mItemsRequests);
 }
예제 #2
0
 /// <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;
 }