Click or drag to resize

structureModule Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the structureModule class

Namespace:  imbWEM.Core.crawler.modules.implementation
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public structureModule(
	bool isRankingAlternative,
	ISpiderEvaluatorBase __parent
)

Parameters

isRankingAlternative
Type: SystemBoolean

[Missing <param name="isRankingAlternative"/> documentation for "M:imbWEM.Core.crawler.modules.implementation.structureModule.#ctor(System.Boolean,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase)"]

__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

[Missing <param name="__parent"/> documentation for "M:imbWEM.Core.crawler.modules.implementation.structureModule.#ctor(System.Boolean,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase)"]

See Also