/// <summary>
 /// Create a new CrawlHistory object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="key">Initial value of the Key property.</param>
 /// <param name="groupId">Initial value of the GroupId property.</param>
 public static CrawlHistory CreateCrawlHistory(global::System.Int32 id, global::System.String key, global::System.Int32 groupId)
 {
     CrawlHistory crawlHistory = new CrawlHistory();
     crawlHistory.Id = id;
     crawlHistory.Key = key;
     crawlHistory.GroupId = groupId;
     return crawlHistory;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CrawlHistory EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCrawlHistory(CrawlHistory crawlHistory)
 {
     base.AddObject("CrawlHistory", crawlHistory);
 }