Class ProjectLqaStatistics
The LQA statistics for project.
Inheritance
System.Object
ProjectLqaStatistics
Syntax
public class ProjectLqaStatistics
Fields
NumberOfFailedFiles
The number of documents which fail the pass/fail criteria.
Declaration
public int NumberOfFailedFiles
Type
System.Int32NumberOfFiles
The number of documents belonging to this project.
Declaration
public int NumberOfFiles
Type
System.Int32NumberOfLQAModels
The number of LQA models.
Declaration
public int NumberOfLQAModels
Type
System.Int32NumberOfPassedFiles
The number of documents which pass the pass/fail criteria.
Declaration
public int NumberOfPassedFiles
Type
System.Int32NumberOfReviewedFiles
The number of reviewed files.
Declaration
public int NumberOfReviewedFiles
Type
System.Int32ProjectName
The name of the memoQ project.
Declaration
public string ProjectName