Click or drag to resize

spiderObjectiveSolution Constructor (spiderWebElementBase, spiderObjectiveStatus)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderObjectiveSolution class

Namespace:  imbWEM.Core.stage
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderObjectiveSolution(
	spiderWebElementBase target,
	spiderObjectiveStatus __status
)

Parameters

target
Type: imbWEM.Core.crawler.targetsspiderWebElementBase

[Missing <param name="target"/> documentation for "M:imbWEM.Core.stage.spiderObjectiveSolution.#ctor(imbWEM.Core.crawler.targets.spiderWebElementBase,imbWEM.Core.stage.spiderObjectiveStatus)"]

__status
Type: imbWEM.Core.stagespiderObjectiveStatus

[Missing <param name="__status"/> documentation for "M:imbWEM.Core.stage.spiderObjectiveSolution.#ctor(imbWEM.Core.crawler.targets.spiderWebElementBase,imbWEM.Core.stage.spiderObjectiveStatus)"]

See Also