Table of Contents

Class EducationHistory

Namespace
Textkernel.Tx.Models.Resume.Education
Assembly
Textkernel.Tx.SDK.dll

Information about education history found on a resume

public class EducationHistory
Inheritance
EducationHistory
Inherited Members

Properties

EducationDetails

All of the education details listed on a resume

public List<EducationDetails> EducationDetails { get; set; }

Property Value

List<EducationDetails>

HighestDegree

The highest degree obtained by a candidate

public Degree HighestDegree { get; set; }

Property Value

Degree