Click or drag to resize

dataUnitSpiderSiteRow Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.reporting.dataUnits.dataUnitSpiderSiteRow"]

Inheritance Hierarchy
SystemObject
  dataUnitRowmodelSpiderSiteRecord
    imbWEM.Core.crawler.reporting.dataUnitsdataUnitSpiderSiteRow

Namespace:  imbWEM.Core.crawler.reporting.dataUnits
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class dataUnitSpiderSiteRow : dataUnitRow<modelSpiderSiteRecord>

The dataUnitSpiderSiteRow type exposes the following members.

Constructors
  NameDescription
Public methoddataUnitSpiderSiteRow
Initializes a new instance of the dataUnitSpiderSiteRow class
Top
Properties
  NameDescription
Public propertyavg_score_l
Average link score over the web site - before drop out
Public propertyfreq_crosslink_entropy
Public propertyfreq_crosslinks_max
Public propertyiteration (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public propertyiterations
Public propertylastEntry (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Protected propertymonitor (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public propertyob_aborted
Public propertyob_achieved
Public propertyparent (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public propertyrowCreated (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public propertysinceLastMin (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public propertyst_detected_l
Stability of links detected count
Public propertyst_ingame_l
Stability of ingame links count
Public propertyst_loaded_p
Stability of loaded pages count
Public propertyst_ruledout_l
Stability of ruled out links in last iteration
Public propertytc_crosslink_pageset_p
Public propertytc_crosslinks_p
Public propertytc_detected_l
Public propertytc_leftActive_l
Number of links left active when spider finished the stage
Public propertytc_loaded_p
Total count of loaded pages
Public propertytc_loadNoCross_p
Public propertytc_noCrossLink_each_p
Public propertytc_ruledout_p
Public propertytc_score_l
Total active link score - before drop out
Public propertytc_score_p
Public propertytc_selected_p
Top
Methods
  NameDescription
Public methodcheckData (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public methodprepare (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Public methodsetData (Overrides dataUnitRow.setData(UTP).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataUnitRowmodelSpiderSiteRecord.)
Top
See Also