Class VerificationParameter
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
parameterNamestringThe name of the VerificationParameter. If it is set, the parameter header displayed into the report will use this value.
parameterValueobjectThe value of theVerificationParameter that will be displayed into the report.
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()