/// <summary>
 /// Deprecated Method for adding a new object to the FullfillDownloadHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFullfillDownloadHistories(FullfillDownloadHistory fullfillDownloadHistory)
 {
     base.AddObject("FullfillDownloadHistories", fullfillDownloadHistory);
 }
 /// <summary>
 /// Create a new FullfillDownloadHistory object.
 /// </summary>
 /// <param name="guid">Initial value of the Guid property.</param>
 /// <param name="ticketGuid">Initial value of the TicketGuid property.</param>
 /// <param name="uTCTimestamp">Initial value of the UTCTimestamp property.</param>
 /// <param name="iPAddress">Initial value of the IPAddress property.</param>
 public static FullfillDownloadHistory CreateFullfillDownloadHistory(global::System.Guid guid, global::System.Guid ticketGuid, global::System.DateTime uTCTimestamp, global::System.String iPAddress)
 {
     FullfillDownloadHistory fullfillDownloadHistory = new FullfillDownloadHistory();
     fullfillDownloadHistory.Guid = guid;
     fullfillDownloadHistory.TicketGuid = ticketGuid;
     fullfillDownloadHistory.UTCTimestamp = uTCTimestamp;
     fullfillDownloadHistory.IPAddress = iPAddress;
     return fullfillDownloadHistory;
 }