Class PenaltyPointsForCategory
The penalty points for the category including also subcategory penalty points.
Syntax
public class PenaltyPointsForCategory
Fields
CategoryName
The name of the category defined by LQA model.
Declaration
public string CategoryName
Type
StringPenaltyPointsBySubCategories
The penalty points by subcategories.
Declaration
public Dictionary<string, int> PenaltyPointsBySubCategories
Type
Dictionary<String, Int32>TotalPenalty
The total penalty point for the category.
Declaration
public int TotalPenalty