/// <summary> /// Deprecated Method for adding a new object to the bvc_ProductFileXProduct EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_ProductFileXProduct(bvc_ProductFileXProduct bvc_ProductFileXProduct) { base.AddObject("bvc_ProductFileXProduct", bvc_ProductFileXProduct); }
/// <summary> /// Create a new bvc_ProductFileXProduct object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="productFileId">Initial value of the ProductFileId property.</param> /// <param name="productId">Initial value of the ProductId property.</param> /// <param name="availableMinutes">Initial value of the AvailableMinutes property.</param> /// <param name="maxDownloads">Initial value of the MaxDownloads property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> public static bvc_ProductFileXProduct Createbvc_ProductFileXProduct(global::System.Int64 id, global::System.String productFileId, global::System.String productId, global::System.Int32 availableMinutes, global::System.Int32 maxDownloads, global::System.DateTime lastUpdated, global::System.Int64 storeId) { bvc_ProductFileXProduct bvc_ProductFileXProduct = new bvc_ProductFileXProduct(); bvc_ProductFileXProduct.Id = id; bvc_ProductFileXProduct.ProductFileId = productFileId; bvc_ProductFileXProduct.ProductId = productId; bvc_ProductFileXProduct.AvailableMinutes = availableMinutes; bvc_ProductFileXProduct.MaxDownloads = maxDownloads; bvc_ProductFileXProduct.LastUpdated = lastUpdated; bvc_ProductFileXProduct.StoreId = storeId; return bvc_ProductFileXProduct; }