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