/// <summary>
 /// Create a new bvc_ShippingMethod object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="adjustment">Initial value of the Adjustment property.</param>
 /// <param name="adjustmentType">Initial value of the AdjustmentType property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="shippingProviderId">Initial value of the ShippingProviderId property.</param>
 public static bvc_ShippingMethod Createbvc_ShippingMethod(global::System.String bvin, global::System.DateTime lastUpdated, global::System.Decimal adjustment, global::System.Int32 adjustmentType, global::System.String name, global::System.String shippingProviderId)
 {
     bvc_ShippingMethod bvc_ShippingMethod = new bvc_ShippingMethod();
     bvc_ShippingMethod.bvin = bvin;
     bvc_ShippingMethod.LastUpdated = lastUpdated;
     bvc_ShippingMethod.Adjustment = adjustment;
     bvc_ShippingMethod.AdjustmentType = adjustmentType;
     bvc_ShippingMethod.Name = name;
     bvc_ShippingMethod.ShippingProviderId = shippingProviderId;
     return bvc_ShippingMethod;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ShippingMethod EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ShippingMethod(bvc_ShippingMethod bvc_ShippingMethod)
 {
     base.AddObject("bvc_ShippingMethod", bvc_ShippingMethod);
 }