Class LqaModelStatisticsSummary
Statistics summary of one LQA model.
Syntax
public class LqaModelStatisticsSummary
Fields
AggregatedLqaStatistics
Summary of LQA statistics. Contains aggregated calculations.
Declaration
public AggregatedLqaStatistics AggregatedLqaStatistics
Type
AggregatedLqaStatisticsDocuments
Documents in the summary.
Declaration
public List<string> Documents
Type
List<String>Model
The LQA model which the summary belongs to.
Declaration
public Guid Model
Type
GuidPassCriteria
Pass criteria for the LQA model.
Declaration
public string PassCriteria