Click or drag to resize

spiderActiveLinks Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Self-managed collection of active links
Inheritance Hierarchy
SystemObject
  imbWEM.Core.crawler.structurespiderActiveLinks

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class spiderActiveLinks : IList<spiderLink>, 
	ICollection<spiderLink>, IEnumerable<spiderLink>, IEnumerable, 
	IList, ICollection

The spiderActiveLinks type exposes the following members.

Constructors
  NameDescription
Public methodspiderActiveLinks
Initializes a new instance of the spiderActiveLinks class
Top
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodcalculateTotalAndAvgScore
Calculates the total Item1 and average score Item2.
(Defined by spiderWebStructureTools.)
Top
See Also