Esempio n. 1
0
 /// <summary>
 /// Create a new Download object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="profile">Initial value of the Profile property.</param>
 public static Download CreateDownload(global::System.Int64 id, global::System.String profile)
 {
     Download download = new Download();
     download.Id = id;
     download.Profile = profile;
     return download;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Downloads EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDownloads(Download download)
 {
     base.AddObject("Downloads", download);
 }