Click or drag to resize

modelSpiderTestRecord Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the modelSpiderTestRecord class.

Namespace:  imbWEM.Core.crawler.model
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public modelSpiderTestRecord(
	ISpiderEvaluatorBase __instance
)

Parameters

__instance
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase
The instance.
See Also