Click or drag to resize

controlPageRuleBase Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the controlPageRuleBase class

Namespace:  imbWEM.Core.crawler.rules.control
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public controlPageRuleBase(
	spiderEvaluatorSimpleBase __parent,
	spiderObjectiveStatus __afirmative,
	spiderObjectiveStatus __denial,
	string __name,
	string __description,
	int val
)

Parameters

__parent
Type: imbWEM.Core.crawler.evaluatorsspiderEvaluatorSimpleBase

[Missing <param name="__parent"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlPageRuleBase.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,imbWEM.Core.stage.spiderObjectiveStatus,imbWEM.Core.stage.spiderObjectiveStatus,System.String,System.String,System.Int32)"]

__afirmative
Type: imbWEM.Core.stagespiderObjectiveStatus

[Missing <param name="__afirmative"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlPageRuleBase.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,imbWEM.Core.stage.spiderObjectiveStatus,imbWEM.Core.stage.spiderObjectiveStatus,System.String,System.String,System.Int32)"]

__denial
Type: imbWEM.Core.stagespiderObjectiveStatus

[Missing <param name="__denial"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlPageRuleBase.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,imbWEM.Core.stage.spiderObjectiveStatus,imbWEM.Core.stage.spiderObjectiveStatus,System.String,System.String,System.Int32)"]

__name
Type: SystemString

[Missing <param name="__name"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlPageRuleBase.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,imbWEM.Core.stage.spiderObjectiveStatus,imbWEM.Core.stage.spiderObjectiveStatus,System.String,System.String,System.Int32)"]

__description
Type: SystemString

[Missing <param name="__description"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlPageRuleBase.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,imbWEM.Core.stage.spiderObjectiveStatus,imbWEM.Core.stage.spiderObjectiveStatus,System.String,System.String,System.Int32)"]

val
Type: SystemInt32

[Missing <param name="val"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlPageRuleBase.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,imbWEM.Core.stage.spiderObjectiveStatus,imbWEM.Core.stage.spiderObjectiveStatus,System.String,System.String,System.Int32)"]

See Also