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