/// <summary>
 /// Create a new bv_SearchObjects object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="objectType">Initial value of the ObjectType property.</param>
 /// <param name="objectId">Initial value of the ObjectId property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="siteId">Initial value of the SiteId property.</param>
 /// <param name="lastIndexUtc">Initial value of the LastIndexUtc property.</param>
 public static bv_SearchObjects Createbv_SearchObjects(global::System.Int64 id, global::System.Int32 objectType, global::System.String objectId, global::System.String title, global::System.Int64 siteId, global::System.DateTime lastIndexUtc)
 {
     bv_SearchObjects bv_SearchObjects = new bv_SearchObjects();
     bv_SearchObjects.Id = id;
     bv_SearchObjects.ObjectType = objectType;
     bv_SearchObjects.ObjectId = objectId;
     bv_SearchObjects.Title = title;
     bv_SearchObjects.SiteId = siteId;
     bv_SearchObjects.LastIndexUtc = lastIndexUtc;
     return bv_SearchObjects;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bv_SearchObjects EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobv_SearchObjects(bv_SearchObjects bv_SearchObjects)
 {
     base.AddObject("bv_SearchObjects", bv_SearchObjects);
 }