Ejemplo n.º 1
0
 /// <summary>
 /// Create a new bvc_ProductUpSell object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="productBvin">Initial value of the ProductBvin property.</param>
 /// <param name="upSellBvin">Initial value of the UpSellBvin property.</param>
 /// <param name="order">Initial value of the Order property.</param>
 /// <param name="descriptionOverride">Initial value of the DescriptionOverride property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductUpSell Createbvc_ProductUpSell(global::System.String bvin, global::System.String productBvin, global::System.String upSellBvin, global::System.Int32 order, global::System.String descriptionOverride, global::System.DateTime lastUpdated)
 {
     bvc_ProductUpSell bvc_ProductUpSell = new bvc_ProductUpSell();
     bvc_ProductUpSell.bvin = bvin;
     bvc_ProductUpSell.ProductBvin = productBvin;
     bvc_ProductUpSell.UpSellBvin = upSellBvin;
     bvc_ProductUpSell.Order = order;
     bvc_ProductUpSell.DescriptionOverride = descriptionOverride;
     bvc_ProductUpSell.LastUpdated = lastUpdated;
     return bvc_ProductUpSell;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductUpSell EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductUpSell(bvc_ProductUpSell bvc_ProductUpSell)
 {
     base.AddObject("bvc_ProductUpSell", bvc_ProductUpSell);
 }