/// <summary>
 /// Create a new bvc_CustomUrl object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="requestedUrl">Initial value of the RequestedUrl property.</param>
 /// <param name="redirectToUrl">Initial value of the RedirectToUrl property.</param>
 /// <param name="systemUrl">Initial value of the SystemUrl property.</param>
 /// <param name="systemData">Initial value of the SystemData property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_CustomUrl Createbvc_CustomUrl(global::System.String bvin, global::System.String requestedUrl, global::System.String redirectToUrl, global::System.Int32 systemUrl, global::System.String systemData, global::System.DateTime lastUpdated)
 {
     bvc_CustomUrl bvc_CustomUrl = new bvc_CustomUrl();
     bvc_CustomUrl.bvin = bvin;
     bvc_CustomUrl.RequestedUrl = requestedUrl;
     bvc_CustomUrl.RedirectToUrl = redirectToUrl;
     bvc_CustomUrl.SystemUrl = systemUrl;
     bvc_CustomUrl.SystemData = systemData;
     bvc_CustomUrl.LastUpdated = lastUpdated;
     return bvc_CustomUrl;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_CustomUrl EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_CustomUrl(bvc_CustomUrl bvc_CustomUrl)
 {
     base.AddObject("bvc_CustomUrl", bvc_CustomUrl);
 }