/// <summary>
 /// Create a new bvc_LineItemModifier object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="lineItemBvin">Initial value of the LineItemBvin property.</param>
 /// <param name="modifierBvin">Initial value of the ModifierBvin property.</param>
 /// <param name="modifierName">Initial value of the ModifierName property.</param>
 /// <param name="modifierValue">Initial value of the ModifierValue property.</param>
 /// <param name="displayToCustomer">Initial value of the DisplayToCustomer property.</param>
 /// <param name="order">Initial value of the Order property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_LineItemModifier Createbvc_LineItemModifier(global::System.String bvin, global::System.String lineItemBvin, global::System.String modifierBvin, global::System.String modifierName, global::System.String modifierValue, global::System.Boolean displayToCustomer, global::System.Int32 order, global::System.DateTime lastUpdated)
 {
     bvc_LineItemModifier bvc_LineItemModifier = new bvc_LineItemModifier();
     bvc_LineItemModifier.bvin = bvin;
     bvc_LineItemModifier.LineItemBvin = lineItemBvin;
     bvc_LineItemModifier.ModifierBvin = modifierBvin;
     bvc_LineItemModifier.ModifierName = modifierName;
     bvc_LineItemModifier.ModifierValue = modifierValue;
     bvc_LineItemModifier.DisplayToCustomer = displayToCustomer;
     bvc_LineItemModifier.Order = order;
     bvc_LineItemModifier.LastUpdated = lastUpdated;
     return bvc_LineItemModifier;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_LineItemModifier EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_LineItemModifier(bvc_LineItemModifier bvc_LineItemModifier)
 {
     base.AddObject("bvc_LineItemModifier", bvc_LineItemModifier);
 }