Click or drag to resize

spiderModuleDataTElement Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Data exchange between the modules
Inheritance Hierarchy
SystemObject
  imbWEM.Core.crawler.modulesspiderModuleDataTElement

Namespace:  imbWEM.Core.crawler.modules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class spiderModuleData<TElement> : ISpiderModuleData
where TElement : ISpiderElement

Type Parameters

TElement
The type of the element.

The spiderModuleDataTElement type exposes the following members.

Constructors
  NameDescription
Public methodspiderModuleDataTElement
Initializes a new instance of the spiderModuleDataTElement class
Top
Properties
Methods
  NameDescription
Public methodClone
Public methodCreateNext
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also