Class EnrichedScoreData
Contains metadata/evidence about scores for a specific match/score result
public class EnrichedScoreData
- Inheritance
-
EnrichedScoreData
- Inherited Members
Properties
Certifications
Detailed match information for the Certifications category.
public SimpleCategoryScoreData Certifications { get; set; }
Property Value
Education
Detailed match information for the Education category.
public EducationScoreData Education { get; set; }
Property Value
ExecutiveType
Detailed match information for the ExecutiveType category.
public SimpleCategoryScoreData ExecutiveType { get; set; }
Property Value
JobTitles
Detailed match information for the JobTitles category.
public JobTitlesScoreData JobTitles { get; set; }
Property Value
Languages
Detailed match information for the Languages category.
public SimpleCategoryScoreData Languages { get; set; }
Property Value
ManagementLevel
Detailed match information for the ManagementLevel category.
public ManagementLevelScoreData ManagementLevel { get; set; }
Property Value
Skills
Detailed match information for the Skills category.
public SkillsScoreData Skills { get; set; }
Property Value
Taxonomies
Detailed match information for the Taxonomies category.
public TaxonomiesScoreData Taxonomies { get; set; }