Click or drag to resize

spiderModuleBase Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

The basic class for spiderModules
Inheritance Hierarchy

Namespace:  imbWEM.Core.crawler.modules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public abstract class spiderModuleBase : IObjectWithNameAndDescription, 
	IObjectWithDescription, IObjectWithName, ISpiderModuleBase

The spiderModuleBase type exposes the following members.

Properties
  NameDescription
Public propertycode
Code name used to describe the module
Public propertydescription
Human-readable description of object instance
Public propertyname
Name for this instance
Public propertyparent
Evaluator parent
Public propertyrankingTargetActiveRules
Public propertyrankingTargetPassiveRules
Public propertyrules
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodDescribeModule (Defined by spiderTools.)
Top
See Also

Reference

IObjectWithNameAndDescription