/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductModifier EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductModifier(bvc_ProductModifier bvc_ProductModifier)
 {
     base.AddObject("bvc_ProductModifier", bvc_ProductModifier);
 }
 /// <summary>
 /// Create a new bvc_ProductModifier object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="displayname">Initial value of the Displayname property.</param>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="shared">Initial value of the Shared property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="required">Initial value of the Required property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductModifier Createbvc_ProductModifier(global::System.String bvin, global::System.String name, global::System.String displayname, global::System.String productId, global::System.Boolean shared, global::System.String type, global::System.Boolean required, global::System.DateTime lastUpdated)
 {
     bvc_ProductModifier bvc_ProductModifier = new bvc_ProductModifier();
     bvc_ProductModifier.bvin = bvin;
     bvc_ProductModifier.Name = name;
     bvc_ProductModifier.Displayname = displayname;
     bvc_ProductModifier.ProductId = productId;
     bvc_ProductModifier.Shared = shared;
     bvc_ProductModifier.Type = type;
     bvc_ProductModifier.Required = required;
     bvc_ProductModifier.LastUpdated = lastUpdated;
     return bvc_ProductModifier;
 }