Click or drag to resize

spiderPage Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.targets.spiderPage"]

Inheritance Hierarchy

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class spiderPage : spiderWebElementBase, IObjectWithNameAndDescription, 
	IObjectWithDescription, IObjectWithName, ISpiderPage

The spiderPage type exposes the following members.

Constructors
  NameDescription
Public methodspiderPage
Initializes a new instance of the spiderPage class
Top
Properties
  NameDescription
Public propertycaptions
Contains link/page captions detected from the same page of origin
(Inherited from spiderWebElementBase.)
Public propertycontentHash
Page content hash
Public propertydescription
Human-readable description of object instance
Public propertyflags
(Inherited from spiderWebElementBase.)
Public propertyiterationDiscovery
Discovery iteration
(Inherited from spiderWebElementBase.)
Public propertyiterationLoaded
(Inherited from spiderWebElementBase.)
Public propertymarks
(Inherited from spiderWebElementBase.)
Public propertyname
Name for this instance
Public propertyoriginHash (Overrides spiderWebElementBaseoriginHash.)
Public propertyrelationship
Public propertyspiderResult
Spider result that discovered this page
Public propertystate
(Inherited from spiderWebElementBase.)
Public propertyurl
(Inherited from spiderWebElementBase.)
Public propertyurls
Contains link/page captions detected from the same page of origin
(Inherited from spiderWebElementBase.)
Public propertywebpage
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodgetPageSignature (Defined by spiderWebStructureTools.)
Top
See Also