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="bvin">Initial value of the bvin property.</param>
 /// <param name="fileName">Initial value of the FileName property.</param>
 /// <param name="shortDescription">Initial value of the ShortDescription 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_ProductFile Createbvc_ProductFile(global::System.String bvin, global::System.String fileName, global::System.String shortDescription, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_ProductFile bvc_ProductFile = new bvc_ProductFile();
     bvc_ProductFile.bvin = bvin;
     bvc_ProductFile.FileName = fileName;
     bvc_ProductFile.ShortDescription = shortDescription;
     bvc_ProductFile.LastUpdated = lastUpdated;
     bvc_ProductFile.StoreId = storeId;
     return bvc_ProductFile;
 }