コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the OfferingInBasketItems EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOfferingInBasketItems(OfferingInBasketItem offeringInBasketItem)
 {
     base.AddObject("OfferingInBasketItems", offeringInBasketItem);
 }
コード例 #2
0
 /// <summary>
 /// Create a new OfferingInBasketItem object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static OfferingInBasketItem CreateOfferingInBasketItem(global::System.Int32 id)
 {
     OfferingInBasketItem offeringInBasketItem = new OfferingInBasketItem();
     offeringInBasketItem.ID = id;
     return offeringInBasketItem;
 }