VerificationData Class
Represents the data used to report a custom verification step.

C# Syntax

public class VerificationData 
Inheritance Hierarchy

System.Object
   HP.LFT.Report.VerificationData

Public Constructors
 NameDescription
Public ConstructorVerificationData ConstructorCreate a new instance of the VerificationData class.  
Top
Public Properties
 NameDescription
Public PropertyDescriptionThe verification description presented in the report file. If it is not set, this section will not be displayed.  
Public PropertyImageThe verification image presented in the report file. If it is not set, this section will not be displayed.  
Public PropertyNameThe name of the verification presented in the report file.  
Public PropertyOperationNameThe name of the verification operation presented in the report file.  
Public PropertyVerificationParametersThe verification parameters presented in the report file. For each of these parameters a new column data will be created.  
Top