/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductOptionsItems EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductOptionsItems(bvc_ProductOptionsItems bvc_ProductOptionsItems)
 {
     base.AddObject("bvc_ProductOptionsItems", bvc_ProductOptionsItems);
 }
 /// <summary>
 /// Create a new bvc_ProductOptionsItems object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="optionBvin">Initial value of the OptionBvin property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="priceAdjustment">Initial value of the PriceAdjustment property.</param>
 /// <param name="weightAdjustment">Initial value of the WeightAdjustment property.</param>
 /// <param name="isLabel">Initial value of the IsLabel property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 public static bvc_ProductOptionsItems Createbvc_ProductOptionsItems(global::System.String bvin, global::System.Int64 storeId, global::System.String optionBvin, global::System.String name, global::System.Decimal priceAdjustment, global::System.Decimal weightAdjustment, global::System.Boolean isLabel, global::System.Int32 sortOrder)
 {
     bvc_ProductOptionsItems bvc_ProductOptionsItems = new bvc_ProductOptionsItems();
     bvc_ProductOptionsItems.bvin = bvin;
     bvc_ProductOptionsItems.StoreId = storeId;
     bvc_ProductOptionsItems.OptionBvin = optionBvin;
     bvc_ProductOptionsItems.Name = name;
     bvc_ProductOptionsItems.PriceAdjustment = priceAdjustment;
     bvc_ProductOptionsItems.WeightAdjustment = weightAdjustment;
     bvc_ProductOptionsItems.IsLabel = isLabel;
     bvc_ProductOptionsItems.SortOrder = sortOrder;
     return bvc_ProductOptionsItems;
 }