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