Click or drag to resize

spiderEvalRuleResult Constructor (IRuleBase, spiderEvalRuleResultEnum)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderEvalRuleResult class

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public spiderEvalRuleResult(
	IRuleBase __rule,
	spiderEvalRuleResultEnum mode
)

Parameters

__rule
Type: imbWEM.Core.crawler.rules.coreIRuleBase

[Missing <param name="__rule"/> documentation for "M:imbWEM.Core.crawler.core.spiderEvalRuleResult.#ctor(imbWEM.Core.crawler.rules.core.IRuleBase,imbWEM.Core.crawler.core.spiderEvalRuleResultEnum)"]

mode
Type: imbWEM.Core.crawler.corespiderEvalRuleResultEnum

[Missing <param name="mode"/> documentation for "M:imbWEM.Core.crawler.core.spiderEvalRuleResult.#ctor(imbWEM.Core.crawler.rules.core.IRuleBase,imbWEM.Core.crawler.core.spiderEvalRuleResultEnum)"]

See Also