Click or drag to resize

imbMCWebPageEntry Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbMiningContext.MCWebPage.imbMCWebPageEntry"]

Inheritance Hierarchy
SystemObject
  imbMiningContext.MCWebPageimbMCWebPageEntry

Namespace:  imbMiningContext.MCWebPage
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class imbMCWebPageEntry

The imbMCWebPageEntry type exposes the following members.

Constructors
  NameDescription
Public methodimbMCWebPageEntry
Initializes a new instance of the imbMCWebPageEntry class
Top
Properties
  NameDescription
Public propertyAnchorTextAll
All distinct anchor texts asociated with this page, separated with comma - comma is removed from the anchor text
Public propertyClickDepth
Number of clicks required to reach this page
Public propertyHashCode
MD5 hash created from full resolved URL of the page. Used as directory name for the MCWebPage repository. The hash is same as: HashCode
Public propertylocalPath
Path leading to MCWebPAge repository, relative to MCRepositoryManager directory
Public propertyResolvedRelativeURL
resolved URL to this page, without domain host name
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also