Click or drag to resize

modelSpiderTestGeneralRecord Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the modelSpiderTestGeneralRecord class

Namespace:  imbWEM.Core.project.records
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public modelSpiderTestGeneralRecord(
	string __testRunStamp,
	analyticJob __instance
)

Parameters

__testRunStamp
Type: SystemString

[Missing <param name="__testRunStamp"/> documentation for "M:imbWEM.Core.project.records.modelSpiderTestGeneralRecord.#ctor(System.String,imbWEM.Core.project.analyticJob)"]

__instance
Type: imbWEM.Core.projectanalyticJob

[Missing <param name="__instance"/> documentation for "M:imbWEM.Core.project.records.modelSpiderTestGeneralRecord.#ctor(System.String,imbWEM.Core.project.analyticJob)"]

See Also