コード例 #1
0
 /// <summary>
 /// Create a new bvc_WishList object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="productBvin">Initial value of the ProductBvin property.</param>
 /// <param name="quantity">Initial value of the Quantity property.</param>
 /// <param name="modifiers">Initial value of the Modifiers property.</param>
 /// <param name="inputs">Initial value of the Inputs property.</param>
 public static bvc_WishList Createbvc_WishList(global::System.String bvin, global::System.String userId, global::System.String productBvin, global::System.Int32 quantity, global::System.String modifiers, global::System.String inputs)
 {
     bvc_WishList bvc_WishList = new bvc_WishList();
     bvc_WishList.bvin = bvin;
     bvc_WishList.UserId = userId;
     bvc_WishList.ProductBvin = productBvin;
     bvc_WishList.Quantity = quantity;
     bvc_WishList.Modifiers = modifiers;
     bvc_WishList.Inputs = inputs;
     return bvc_WishList;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_WishList EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_WishList(bvc_WishList bvc_WishList)
 {
     base.AddObject("bvc_WishList", bvc_WishList);
 }