Click or drag to resize

spiderEvaluatorCollection Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderEvaluatorCollection class

Namespace:  imbWEM.Core.crawler.model
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public spiderEvaluatorCollection(
	string __testRunStamp,
	params ISpiderEvaluatorBase[] Algorithms
)

Parameters

__testRunStamp
Type: SystemString

[Missing <param name="__testRunStamp"/> documentation for "M:imbWEM.Core.crawler.model.spiderEvaluatorCollection.#ctor(System.String,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase[])"]

Algorithms
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

[Missing <param name="Algorithms"/> documentation for "M:imbWEM.Core.crawler.model.spiderEvaluatorCollection.#ctor(System.String,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase[])"]

See Also