/// <summary>
 /// Create a new bvc_CategoryXProperty object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="categoryId">Initial value of the CategoryId property.</param>
 /// <param name="propertyId">Initial value of the PropertyId property.</param>
 /// <param name="parentPropertyId">Initial value of the ParentPropertyId property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="filterName">Initial value of the FilterName property.</param>
 /// <param name="displayMode">Initial value of the DisplayMode property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_CategoryXProperty Createbvc_CategoryXProperty(global::System.Int64 id, global::System.String categoryId, global::System.Int64 propertyId, global::System.Int64 parentPropertyId, global::System.Int32 sortOrder, global::System.String filterName, global::System.Int32 displayMode, global::System.Int64 storeId)
 {
     bvc_CategoryXProperty bvc_CategoryXProperty = new bvc_CategoryXProperty();
     bvc_CategoryXProperty.Id = id;
     bvc_CategoryXProperty.CategoryId = categoryId;
     bvc_CategoryXProperty.PropertyId = propertyId;
     bvc_CategoryXProperty.ParentPropertyId = parentPropertyId;
     bvc_CategoryXProperty.SortOrder = sortOrder;
     bvc_CategoryXProperty.FilterName = filterName;
     bvc_CategoryXProperty.DisplayMode = displayMode;
     bvc_CategoryXProperty.StoreId = storeId;
     return bvc_CategoryXProperty;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_CategoryXProperty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_CategoryXProperty(bvc_CategoryXProperty bvc_CategoryXProperty)
 {
     base.AddObject("bvc_CategoryXProperty", bvc_CategoryXProperty);
 }