Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Download_History object.
 /// </summary>
 /// <param name="download_HistoryID">Initial value of the Download_HistoryID property.</param>
 /// <param name="benutzerID">Initial value of the BenutzerID property.</param>
 /// <param name="buildID">Initial value of the BuildID property.</param>
 /// <param name="downloadDatum">Initial value of the DownloadDatum property.</param>
 public static Download_History CreateDownload_History(global::System.Int32 download_HistoryID, global::System.Int32 benutzerID, global::System.Int32 buildID, global::System.DateTime downloadDatum)
 {
     Download_History download_History = new Download_History();
     download_History.Download_HistoryID = download_HistoryID;
     download_History.BenutzerID = benutzerID;
     download_History.BuildID = buildID;
     download_History.DownloadDatum = downloadDatum;
     return download_History;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Download_History EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDownload_History(Download_History download_History)
 {
     base.AddObject("Download_History", download_History);
 }