/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductInventory EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductInventory(bvc_ProductInventory bvc_ProductInventory)
 {
     base.AddObject("bvc_ProductInventory", bvc_ProductInventory);
 }
 /// <summary>
 /// Create a new bvc_ProductInventory object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="productBvin">Initial value of the ProductBvin property.</param>
 /// <param name="quantityAvailable">Initial value of the QuantityAvailable property.</param>
 /// <param name="quantityOutOfStockPoint">Initial value of the QuantityOutOfStockPoint property.</param>
 /// <param name="quantityReserved">Initial value of the QuantityReserved property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="outOfStockMode">Initial value of the OutOfStockMode property.</param>
 /// <param name="reorderPoint">Initial value of the ReorderPoint property.</param>
 public static bvc_ProductInventory Createbvc_ProductInventory(global::System.String bvin, global::System.String productBvin, global::System.Decimal quantityAvailable, global::System.Decimal quantityOutOfStockPoint, global::System.Decimal quantityReserved, global::System.Int32 status, global::System.DateTime lastUpdated, global::System.Int32 outOfStockMode, global::System.Decimal reorderPoint)
 {
     bvc_ProductInventory bvc_ProductInventory = new bvc_ProductInventory();
     bvc_ProductInventory.bvin = bvin;
     bvc_ProductInventory.ProductBvin = productBvin;
     bvc_ProductInventory.QuantityAvailable = quantityAvailable;
     bvc_ProductInventory.QuantityOutOfStockPoint = quantityOutOfStockPoint;
     bvc_ProductInventory.QuantityReserved = quantityReserved;
     bvc_ProductInventory.Status = status;
     bvc_ProductInventory.LastUpdated = lastUpdated;
     bvc_ProductInventory.OutOfStockMode = outOfStockMode;
     bvc_ProductInventory.ReorderPoint = reorderPoint;
     return bvc_ProductInventory;
 }