Table of Contents

Class VerificationParameter

Namespace
HP.LFT.Report
Assembly
HP.LFT.Report.dll

Represents the parameter data used in the context of a custom verification step. This data is displayed to the report.

public class VerificationParameter : ReportParameter
Inheritance
VerificationParameter
Inherited Members

Constructors

VerificationParameter()

Create a new instance of the VerificationParameter class.

public VerificationParameter()

VerificationParameter(string, object)

Create a new instance of the VerificationParameter class.

public VerificationParameter(string parameterName, object parameterValue)

Parameters

parameterName string

The name of the VerificationParameter. If it is set, the parameter header displayed into the report will use this value.

parameterValue object

The value of theVerificationParameter that will be displayed into the report.

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string