/// <summary> /// Create a new bvc_RMA object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="orderBvin">Initial value of the OrderBvin property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="number">Initial value of the Number property.</param> /// <param name="emailAddress">Initial value of the EmailAddress property.</param> /// <param name="phoneNumber">Initial value of the PhoneNumber property.</param> /// <param name="comments">Initial value of the Comments property.</param> /// <param name="status">Initial value of the Status property.</param> /// <param name="dateOfReturn">Initial value of the DateOfReturn property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> public static bvc_RMA Createbvc_RMA(global::System.String bvin, global::System.String orderBvin, global::System.String name, global::System.Int32 number, global::System.String emailAddress, global::System.String phoneNumber, global::System.String comments, global::System.Int32 status, global::System.DateTime dateOfReturn, global::System.DateTime lastUpdated) { bvc_RMA bvc_RMA = new bvc_RMA(); bvc_RMA.bvin = bvin; bvc_RMA.OrderBvin = orderBvin; bvc_RMA.Name = name; bvc_RMA.Number = number; bvc_RMA.EmailAddress = emailAddress; bvc_RMA.PhoneNumber = phoneNumber; bvc_RMA.Comments = comments; bvc_RMA.Status = status; bvc_RMA.DateOfReturn = dateOfReturn; bvc_RMA.LastUpdated = lastUpdated; return bvc_RMA; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_RMA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_RMA(bvc_RMA bvc_RMA) { base.AddObject("bvc_RMA", bvc_RMA); }