Click or drag to resize

layerTargetUrlGraph Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the layerTargetUrlGraph class

Namespace:  imbWEM.Core.crawler.rules.layerRules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public layerTargetUrlGraph(
	int __layerID,
	int __layer2ID,
	int __layer3ID,
	ISpiderEvaluatorBase __parent
)

Parameters

__layerID
Type: SystemInt32

[Missing <param name="__layerID"/> documentation for "M:imbWEM.Core.crawler.rules.layerRules.layerTargetUrlGraph.#ctor(System.Int32,System.Int32,System.Int32,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase)"]

__layer2ID
Type: SystemInt32

[Missing <param name="__layer2ID"/> documentation for "M:imbWEM.Core.crawler.rules.layerRules.layerTargetUrlGraph.#ctor(System.Int32,System.Int32,System.Int32,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase)"]

__layer3ID
Type: SystemInt32

[Missing <param name="__layer3ID"/> documentation for "M:imbWEM.Core.crawler.rules.layerRules.layerTargetUrlGraph.#ctor(System.Int32,System.Int32,System.Int32,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase)"]

__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

[Missing <param name="__parent"/> documentation for "M:imbWEM.Core.crawler.rules.layerRules.layerTargetUrlGraph.#ctor(System.Int32,System.Int32,System.Int32,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase)"]

See Also