Table of Contents

Class VerificationParameter

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

Inheritance
VerificationParameter
Namespace: HP.LFT.Report
Assembly: HP.LFT.Report.dll
Syntax
public class VerificationParameter : ReportParameter

Constructors

VerificationParameter()

Create a new instance of the VerificationParameter class.

Declaration
public VerificationParameter()

VerificationParameter(string, object)

Create a new instance of the VerificationParameter class.

Declaration
public VerificationParameter(string parameterName, object parameterValue)
Parameters
Type Name Description
string parameterName

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

object parameterValue

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

Methods

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()