Click or drag to resize

ruleDefaultScore Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the ruleDefaultScore class.

Namespace:  imbWEM.Core.crawler.rules.passive
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public ruleDefaultScore(
	spiderEvaluatorSimpleBase __parent,
	int __scoreUnit
)

Parameters

__parent
Type: imbWEM.Core.crawler.evaluatorsspiderEvaluatorSimpleBase
The parent.
__scoreUnit
Type: SystemInt32

[Missing <param name="__scoreUnit"/> documentation for "M:imbWEM.Core.crawler.rules.passive.ruleDefaultScore.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,System.Int32)"]

See Also