Class VerificationData
Represents the data used to report a custom verification step.
Inherited Members
Namespace: HP.LFT.Report
Assembly: HP.LFT.Report.dll
Syntax
public class VerificationData
Constructors
VerificationData()
Create a new instance of the VerificationData class.
Declaration
public VerificationData()
Properties
Description
The verification description presented in the report file. If it is not set, this section will not be displayed.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Image
The verification image presented in the report file. If it is not set, this section will not be displayed.
Declaration
public Image Image { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
Name
The name of the verification presented in the report file.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperationName
The name of the verification operation presented in the report file.
Declaration
public string OperationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerificationParameters
The verification parameters presented in the report file. For each of these parameters a new column data will be created.
Declaration
public List<VerificationParameter> VerificationParameters { get; }
Property Value
| Type | Description |
|---|---|
| List<VerificationParameter> |