Click or drag to resize

controlRuleBaseT Constructor (spiderEvaluatorSimpleBase, spiderObjectiveStatus, spiderObjectiveStatus, String, String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the [!:controlRuleBase] class.

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

Parameters

__parent
Type: imbWEM.Core.crawler.evaluatorsspiderEvaluatorSimpleBase
The parent.
__afirmative
Type: imbWEM.Core.stagespiderObjectiveStatus

[Missing <param name="__afirmative"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlRuleBase`1.#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.controlRuleBase`1.#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.controlRuleBase`1.#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.controlRuleBase`1.#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.controlRuleBase`1.#ctor(imbWEM.Core.crawler.evaluators.spiderEvaluatorSimpleBase,imbWEM.Core.stage.spiderObjectiveStatus,imbWEM.Core.stage.spiderObjectiveStatus,System.String,System.String,System.Int32)"]

See Also