ruleActiveBase Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.crawler.rules.active.ruleActiveBase"]
Namespace: imbWEM.Core.crawler.rules.active
public abstract class ruleActiveBase : spiderEvalRuleForLinkBase, IAppendDataFields, IRuleActiveBase, IRuleBase, IObjectWithName, IObjectWithDescription, IObjectWithNameAndDescription, IAcePluginBase, IRuleForTarget
The ruleActiveBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ruleActiveBase | Initializes a new instance of the ruleActiveBase class |
| Name | Description | |
|---|---|---|
| description |
Describes how this rule affects the link or page - static part of description
(Inherited from spiderEvalRuleBase.) | |
| instanceName | ||
| iteration | What is current iteration | |
| mode | (Inherited from spiderEvalRuleBase.) | |
| name |
Caption name of the rule
(Inherited from spiderEvalRuleBase.) | |
| parent |
Reference to the evaluator that hosts this rule
(Inherited from spiderEvalRuleBase.) | |
| penaltyUnit |
Score penalty for a link not meeting criteria
(Inherited from spiderEvalRuleBase.) | |
| priority |
Priority of this rule
(Inherited from spiderEvalRuleBase.) | |
| role | (Inherited from spiderEvalRuleBase.) | |
| scoreUnit |
Score reward for a link meeting criteria
(Inherited from spiderEvalRuleBase.) | |
| subject | (Inherited from spiderEvalRuleForLinkBase.) | |
| tagName | (Inherited from spiderEvalRuleBase.) | |
| wRecord | Reference to current modelSpiderSiteRecord instance |
| Name | Description | |
|---|---|---|
| AppendDataFields |
Appends its data points into new or existing property collection
| |
| Equals | (Inherited from Object.) | |
| evaluate | (Inherited from spiderEvalRuleForLinkBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| learn(ISpiderElement) | ||
| learn(spiderLink) |
Takes information from a page - called in foreach loop for webPages collection of loaded pages
| |
| onStartIteration |
Called automatically after iteration and wRecord were set in startIteration(Int32, modelSpiderSiteRecord) | |
| prepare |
Prepares this instance - clears temporary data
(Inherited from spiderEvalRuleBase.) | |
| startIteration |
Starts new iteration
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DescribeRule | (Defined by spiderTools.) |