Class EducationScoreData
Details about the score for a specific category
public class EducationScoreData : CategoryScoreData
- Inheritance
-
EducationScoreData
- Inherited Members
Properties
ActualEducation
Actual level of education found.
public string ActualEducation { get; set; }
Property Value
Comparison
How the ActualEducation compares to the ExpectedEducation. One of:
DoesNotMeetExpected
MeetsExpected
ExceedsExpected
public string Comparison { get; set; }
Property Value
ExpectedEducation
Requested level of education.
public string ExpectedEducation { get; set; }