Click or drag to resize

crawledPageCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Collection of unique crawled pages
Inheritance Hierarchy
SystemObject
  imbCommonModels.pageAnalytics.corecrawledPageCollection

Namespace:  imbCommonModels.pageAnalytics.core
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class crawledPageCollection : IEnumerable<crawledPage>, 
	IEnumerable

The crawledPageCollection type exposes the following members.

Constructors
  NameDescription
Public methodcrawledPageCollection
Collection of unique crawled pages - as seen from rootpage perspective
Top
Methods
  NameDescription
Public methodAdd
Adds page if it has unique absolute url (against rootpage
Public methodEquals (Inherited from Object.)
Public methodGet
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference

[!:System.Collections.Generic.IEnumerable<imbAnalyticsEngine.pageAnalytics.core.crawledPage>]