Click or drag to resize

IRuleActiveBase Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.rules.core.IRuleActiveBase"]

Namespace:  imbWEM.Core.crawler.rules.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public interface IRuleActiveBase : IRuleBase, 
	IObjectWithName, IObjectWithDescription, IObjectWithNameAndDescription, IAcePluginBase

The IRuleActiveBase type exposes the following members.

Properties
  NameDescription
Public propertydescription (Inherited from IObjectWithDescription.)
Public propertyinstanceName (Inherited from IAcePluginBase.)
Public propertyiteration
Public propertymode (Inherited from IRuleBase.)
Public propertyname (Inherited from IObjectWithName.)
Public propertypriority (Inherited from IRuleBase.)
Public propertyrole (Inherited from IRuleBase.)
Public propertysubject (Inherited from IRuleBase.)
Public propertytagName (Inherited from IRuleBase.)
Top
Methods
  NameDescription
Public methodlearn
Public methodonStartIteration
Public methodprepare (Inherited from IRuleBase.)
Public methodstartIteration
Top
Extension Methods
  NameDescription
Public Extension MethodDescribeRule (Defined by spiderTools.)
Top
See Also