Пример #1
0
        /// <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&lt;T&gt; property instead.
 /// </summary>
 public void AddToCrawlHistories(CrawlHistory crawlHistory)
 {
     base.AddObject("CrawlHistories", crawlHistory);
 }
Пример #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CrawlHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCrawlHistories(CrawlHistory crawlHistory)
 {
     base.AddObject("CrawlHistories", crawlHistory);
 }