Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductFile EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductFile(bvc_ProductFile bvc_ProductFile)
 {
     base.AddObject("bvc_ProductFile", bvc_ProductFile);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_ProductFile object.
 /// </summary>
 /// <param name="fileID">Initial value of the FileID 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="fileName">Initial value of the FileName property.</param>
 public static bvc_ProductFile Createbvc_ProductFile(global::System.String fileID, global::System.String productID, global::System.Int32 availableMinutes, global::System.Int32 maxDownloads, global::System.String fileName)
 {
     bvc_ProductFile bvc_ProductFile = new bvc_ProductFile();
     bvc_ProductFile.FileID = fileID;
     bvc_ProductFile.ProductID = productID;
     bvc_ProductFile.AvailableMinutes = availableMinutes;
     bvc_ProductFile.MaxDownloads = maxDownloads;
     bvc_ProductFile.FileName = fileName;
     return bvc_ProductFile;
 }