spiderActiveLinks Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWEM.Core.crawler.structure
public class spiderActiveLinks : IList<spiderLink>, ICollection<spiderLink>, IEnumerable<spiderLink>, IEnumerable, IList, ICollection
The spiderActiveLinks type exposes the following members.
| Name | Description | |
|---|---|---|
| spiderActiveLinks | Initializes a new instance of the spiderActiveLinks class |
| Name | Description | |
|---|---|---|
| Count | ||
| IsFixedSize | ||
| IsReadOnly | ||
| IsSynchronized | ||
| Item | ||
| items | ||
| SyncRoot |
| Name | Description | |
|---|---|---|
| Add(Object) | ||
| Add(spiderLink) | ||
| Clear | ||
| Contains(Object) | ||
| Contains(spiderLink) | ||
| CopyTo(Array, Int32) | ||
| CopyTo(spiderLink, Int32) | ||
| Equals | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf(Object) | ||
| IndexOf(spiderLink) | ||
| Insert(Int32, spiderLink) | ||
| Insert(Int32, Object) | ||
| Remove(Object) | ||
| Remove(spiderLink) | ||
| RemoveAt | ||
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| calculateTotalAndAvgScore |
Calculates the total Item1 and average score Item2.
(Defined by spiderWebStructureTools.) |