/// <summary>
 /// Create a new bvc_DropShipNotification object.
 /// </summary>
 /// <param name="bvin">Initial value of the Bvin property.</param>
 /// <param name="orderBvin">Initial value of the OrderBvin property.</param>
 /// <param name="timeOfRequest">Initial value of the TimeOfRequest property.</param>
 /// <param name="processed">Initial value of the Processed property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_DropShipNotification Createbvc_DropShipNotification(global::System.String bvin, global::System.String orderBvin, global::System.DateTime timeOfRequest, global::System.Boolean processed, global::System.DateTime lastUpdated)
 {
     bvc_DropShipNotification bvc_DropShipNotification = new bvc_DropShipNotification();
     bvc_DropShipNotification.Bvin = bvin;
     bvc_DropShipNotification.OrderBvin = orderBvin;
     bvc_DropShipNotification.TimeOfRequest = timeOfRequest;
     bvc_DropShipNotification.Processed = processed;
     bvc_DropShipNotification.LastUpdated = lastUpdated;
     return bvc_DropShipNotification;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_DropShipNotification EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_DropShipNotification(bvc_DropShipNotification bvc_DropShipNotification)
 {
     base.AddObject("bvc_DropShipNotification", bvc_DropShipNotification);
 }