Click or drag to resize

reportPlugIn_benchmarkResultsToolsSetTestIDAndSignature Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.plugins.reportPlugIn_benchmarkResultsTools.SetTestIDAndSignature(imbWEM.Core.plugins.IReportBenchmark,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbWEM.Core.consolePlugin.ICrawlJobContext,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

Namespace:  imbWEM.Core.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static void SetTestIDAndSignature(
	this IReportBenchmark target,
	ISpiderEvaluatorBase evaluator,
	ICrawlJobContext state,
	modelSpiderTestRecord tRecord
)

Parameters

target
Type: imbWEM.Core.pluginsIReportBenchmark

[Missing <param name="target"/> documentation for "M:imbWEM.Core.plugins.reportPlugIn_benchmarkResultsTools.SetTestIDAndSignature(imbWEM.Core.plugins.IReportBenchmark,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbWEM.Core.consolePlugin.ICrawlJobContext,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

evaluator
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

[Missing <param name="evaluator"/> documentation for "M:imbWEM.Core.plugins.reportPlugIn_benchmarkResultsTools.SetTestIDAndSignature(imbWEM.Core.plugins.IReportBenchmark,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbWEM.Core.consolePlugin.ICrawlJobContext,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

state
Type: imbWEM.Core.consolePluginICrawlJobContext

[Missing <param name="state"/> documentation for "M:imbWEM.Core.plugins.reportPlugIn_benchmarkResultsTools.SetTestIDAndSignature(imbWEM.Core.plugins.IReportBenchmark,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbWEM.Core.consolePlugin.ICrawlJobContext,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord

[Missing <param name="tRecord"/> documentation for "M:imbWEM.Core.plugins.reportPlugIn_benchmarkResultsTools.SetTestIDAndSignature(imbWEM.Core.plugins.IReportBenchmark,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,imbWEM.Core.consolePlugin.ICrawlJobContext,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IReportBenchmark. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also